Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,132 for

errores pdf

(0.11 sec)
  1. 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...
  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. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed Pdf document....protect a signed PDF document How to protect a signed PDF document Leave...feedback On this page How to secure PDF document with permissions class...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  4. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Render to PDF / Optimize the output PDF file / Optimize a PDF file...file for a browser Optimize a PDF file for a browser Leave feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. How to merge images to PDF using C# | GroupDocs

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

    docs.groupdocs.com/merger/net/getting-started/u...
  6. 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...
  7. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Pdf files to HTML, PNG, and JPEG formats....rendering basics / Render PDF documents Render PDF documents as HTML...page allows you to render your PDF files in HTML, PNG, and JPEG...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  8. Extract Tables from PDF Documents | GroupDocs

    Learn how to extract tables from Pdf documents using GroupDocs.Parser for .NET. Compare multiple extraction methods from basic page-specific extraction to advanced document-wide processing with complete code examples....Tables from PDF Documents Extract Tables from PDF Documents Leave...Extracting structured table data from PDF documents is a critical requirement...

    docs.groupdocs.com/parser/net/best-ways-extract...
  9. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two Pdf documents: Map<String, String> map1 = null; ByteArrayO…...Merged PDF documents missing Accessibility standards GroupDocs...Product Family merger-api , pdf , merge-in-pdf , file-merger pankajgupta...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  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 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...