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

How to set multiline fixed value #29

Open
ifuchs opened this issue Feb 6, 2023 · 1 comment
Open

How to set multiline fixed value #29

ifuchs opened this issue Feb 6, 2023 · 1 comment

Comments

@ifuchs
Copy link

ifuchs commented Feb 6, 2023

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?

@ifuchs
Copy link
Author

ifuchs commented Feb 6, 2023

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)

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

1 participant