Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 18,578 for

pdf viewer

(0.63 sec)
  1. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....Viewer Product Solution GroupDocs...Email Image GIF Image TIFF Image PDF Presentation Spreadsheet WordProcessing...

    docs.groupdocs.com/watermark/net/load-document-...
  2. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/get-file-info/
  3. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/get-fil...
  4. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Digital signing with custom hash | GroupDocs

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Viewer Product Solution GroupDocs..."sample.pdf" ; string sampleOutputFilePath = "signed.pdf" ; using...

    docs.groupdocs.com/signature/net/digital-signin...
  6. Extract data from ZIP archives | GroupDocs

    Learn how to extract data from ZIP archives using GroupDocs.Parser for Python via .NET. Extract files, iterate through archive contents, and parse nested archives....Viewer Product Solution GroupDocs...extensions to extract (e.g., ['.pdf', '.docx']) """ os . makedirs...

    docs.groupdocs.com/parser/python-net/extract-da...
  7. Update Document Password | GroupDocs

    Replace the existing open password of a Pdf, Word, Excel, or PowerPoint document with a new password using UpdatePasswordOptions with GroupDocs.Merger for Python via .NET....Viewer Product Solution GroupDocs...document with Merger ( "./protected.pdf" , load_options ) as merger :...

    docs.groupdocs.com/merger/python-net/update-doc...
  8. Extract Metadata from Documents | GroupDocs

    Extract metadata (author, title, custom properties) from Pdf, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....Viewer Product Solution GroupDocs...Parser with Parser ( "./sample.pdf" ) as parser : metadata_items...

    docs.groupdocs.com/parser/python-net/extract-me...
  9. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Java API....Viewer Product Solution GroupDocs...converter . convert ( "converted.pdf" , options ); } public static...

    docs.groupdocs.com/conversion/java/convert-n-co...
  10. Update Barcode signatures in document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...new Signature ( "sampleSigned.pdf" ); try { BarcodeSearchOptions...

    docs.groupdocs.com/signature/java/update-barcod...