Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 47,685 for

pdf

(0.07 sec)
  1. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to Pdf document with GroupDocs.Merger within your .NET applications....attachment to PDF document How to add attachment to PDF document Leave...feedback It is a known fact PDF files are great for demonstration...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  2. Rotate pages of pdf using merger api - Free Sup...

    Hello all I have a Pdf with some pages in portrait and some in landscape, now I want to change the pages which is in landscape into portrait mode, I used groupdocs merger OrientationOptions orientationOptions = new Orie…...Rotate pages of pdf using merger api GroupDocs.Merger Product...6:03am 1 Hello all I have a pdf with some pages in portrait and...

    forum.groupdocs.com/t/rotate-pages-of-pdf-using...
  3. Compare Multiple PDF Files in Java | Accept or ...

    Compare two or more Pdf files in Java using document Comparison API. Highlight the differences and accept or reject the identified changes....compare two password-protected PDF documents in Java. But what if...comparison of two PDF documents Compare password-protected PDF documents...

    blog.groupdocs.com/comparison/compare-multiple-...
  4. Optimize the PDF file by removing unused resour...

    Optimize Pdfs with GroupDocs.Viewer by removing unused resources and reducing file size....to PDF / Optimize the output PDF file / Optimize the PDF file...unused resources Optimize the PDF file by removing unused resources...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from Pdf & Word files in Java. Remove all annotations, remove by IDs, or by annotation types using Java Annotation API....add different annotations to PDF documents . This article discusses...annotations from documents like PDF and Word DOC/DOCX files in Java...

    blog.groupdocs.com/annotation/remove-annotation...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two Pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.Pdf (20.…...Comparison pdf view bold characters GroupDocs.Comparison Product...product, when i try to compare two pdf’s it appears that the text’s...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  8. Sign PDF with Digital Signature Certificate usi...

    Master the art of digitally signing Pdfs with certificates in Java. Customize signatures and build your own application using Digital Signature API....Tiếng Việt 中文 中國傳統的 Signing PDFs with a digital certificate ensures...adventure as we delve into signing PDF files with ease. In this article...

    blog.groupdocs.com/signature/sign-pdf-with-cert...
  9. PDF & Word Reports from CSV in Java | CSV to PD...

    Programmatically create reports by converting CSV to Pdf & Word formats using templates in Java. Automate Pdf & DOC/DOCX reports generation using Java API....you to convert CSV data into PDF and MS Word reports in Java using...Generation Java API Generate PDF Report from CSV Data Generate...

    blog.groupdocs.com/assembly/generate-reports-fr...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...