Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use option “all” but only the end page #29

Open
chengruo opened this issue Feb 22, 2020 · 1 comment
Open

use option “all” but only the end page #29

chengruo opened this issue Feb 22, 2020 · 1 comment

Comments

@chengruo
Copy link

				while (1) {
					size_t _wr_len = snprintf(svgFilenameBuffer, svgFilenameBufLen, svgFilename, pageInd + 1);
					if (_wr_len >= svgFilenameBufLen) {
						svgFilenameBufLen = _wr_len + 1;
						svgFilenameBuffer = (char*)realloc(svgFilenameBuffer, svgFilenameBufLen);
						assert(svgFilenameBuffer != NULL);
						continue;
					}
					break;
				}

modify here can work

@kapfab
Copy link

kapfab commented Jun 2, 2020

@dawbarton, could you merge the latest commits from https://github.com/JackieFei/pdf2svg?
HomeBrew points to your repository and the resulting binary is buggy…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants