How to read meta data from PDF file in to C#
Info: Read metadata from a file with iTextSharp C# Untested. Resources: https://stackoverflow.com/questions/2761646/read-modify-pdf-metadata-using-itextsharp
Info: Read metadata from a file with iTextSharp C# Untested. Resources: https://stackoverflow.com/questions/2761646/read-modify-pdf-metadata-using-itextsharp
SINGLE PAGE string oldFile = "oldFile.pdf"; string newFile = "newFile.pdf"; // open the reader PdfReader reader = new PdfReader(oldFile); Rectangle size = reader.GetPageSizeWithRotation(1); Document document = new Document(size); // open…
Paragraph indents. - what about center alighned text, and for left alighted, the right side will still run over.
Also know as leading. Stack Overflow: http://stackoverflow.com/questions/2630430/how-to-set-pdf-paragraph-or-font-line-height-with-itextsharp ITextPDF.Com: http://developers.itextpdf.com/content/best-itext-questions-stackoverview/getting-started/itext7-how-change-line-spacing-text