Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 42,727 for

pdf

(0.04 sec)
  1. 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-...
  2. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from Pdf files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....to programmatically annotate PDF documents in Java with your application...how to remove annotations from PDF files using the same Java API...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  3. Working with metadata in PDF documents | Docume...

    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...
  4. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for Pdf, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected documents....Annotation is supported for PDF, Slides and Word documents only...documents were not converted to PDF GetPdfFile method was returning...

    blog.groupdocs.com/annotation/implement-link-an...
  5. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate Pdf files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API....to programmatically annotate PDF files to markup documents using...how to remove annotations from PDF files. The following topics are...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  6. Remove Annotations from PDF, Word Documents usi...

    Programmatically remove annotations from Pdf and Word files using C#. Remove all annotations, remove by providing IDs, annotation types using .NET API....add different annotations to PDF and Word documents using C#....annotations from documents like PDF and Word DOC/DOCX files using...

    blog.groupdocs.com/annotation/remove-annotation...
  7. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a Pdf file using the GroupDocs.Viewer .NET API (C#)....documents / Render to PDF / Optimize the output PDF file / Optimize...spreadsheets in a PDF file Optimize spreadsheets in a PDF file Leave...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Working with metadata in PDF documents | Docume...

    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...
  9. Convert XML to PDF Using XSL-FO | Documentation

    Learn how to convert a XML document to Pdf using XSL-FO with GroupDocs.Conversion for .NET....Convert XML to PDF Using XSL-FO Convert XML to PDF Using XSL-FO...you to convert XML files to PDF format using XSL-FO templates...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  10. How to add attachment to PDF document | Documen...

    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...