We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to fill-in an address (4 lines) as a fixed field. The app seems to only allow one line. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
If I enter a multiline field using ctrl-enter, the app gives the error:
System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at BulkPDF.PDF.SaveFilledPDF(String filePath, Boolean finalize, Boolean unicode, Boolean customFont, String customFontPath) at BulkPDF.PDFFiller.CreateFiles(PDF pdf, Boolean finalize, Boolean unicode, Boolean customFont, String customFontPath, IDataSource dataSource, Dictionary`2 pdfFields, String outputDir, DelGetFilename GetFilename, DelSetPercent setPercent, DelIsAborted isAborted) at BulkPDF.MainForm.backGroundWorker_DoWork(Object sender, DoWorkEventArgs e)
Sorry, something went wrong.
No branches or pull requests
I need to fill-in an address (4 lines) as a fixed field. The app seems to only allow one line. Is there a way to do this?
The text was updated successfully, but these errors were encountered: