Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 46,780 for

pdf

(0.13 sec)
  1. 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...
  2. Converting to PDF - Embed Fonts - Free Support ...

    Hello, It is my understanding that when converting to Pdf the font should get embedded? Please correct me if I am wrong. I have an issue where by a converted document in only embedding a subset of the font, this causes…...Converting to PDF - Embed Fonts GroupDocs.Conversion Product...understanding that when converting to PDF the font should get embedded...

    forum.groupdocs.com/t/converting-to-pdf-embed-f...
  3. 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-...
  4. 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...
  5. Add watermarks to PDF documents | GroupDocs

    Add watermarks to Pdf pages, images, and attachments using Python via .NET....watermarks / To PDF documents Add watermarks to PDF documents Leave...Leave feedback Add watermarks to PDF documents Add watermarks to a...

    docs.groupdocs.com/watermark/python-net/add-wat...
  6. Optimize spreadsheets in a PDF file | GroupDocs

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

    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...
  8. 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...
  9. 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...
  10. How to merge images to PDF using Java | GroupDocs

    Learn how to merge images to Pdf file, combine images into one Pdf file programmatically in Java language using GroupDocs.Merger for Java library....images to PDF using Java How to merge images to PDF using Java...Java Leave feedback PDF Merger Java API allows developers to combine...

    docs.groupdocs.com/merger/java/getting-started/...