Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 2,043 for

errores pdf

(0.14 sec)
  1. 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:...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. 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....Exception as e : print ( f " Error: { e } " ) documents.zip The...extensions to extract (e.g., ['.pdf', '.docx']) """ os . makedirs...

    docs.groupdocs.com/parser/python-net/extract-da...
  3. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....sample demonstrates how to embed PDF file into DOCX document as OLE...OleWordProcessingOpt ( "c:\embedded.pdf" , pageNumber ); oleWordsOptions...

    docs.groupdocs.com/merger/java/add-document-to-...
  4. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { SquigglyAnnotation squiggly..., //Supported only Word and PDF Points = new List < Point > {...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  5. Supported cross-merging Document Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports Pdf, DOCX, XLSX, PPTX and many more....family Cross-format merge to PDF / XPS Cross-format merge to DOC...Microsoft OneNote Plain Text File Error Log File Comma Separated Values...

    docs.groupdocs.com/merger/net/supported-cross-m...
  6. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....pdf" try ( Metadata metadata = new...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/clean-metadata/
  7. How to search for Image signatures | GroupDocs

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....pdf" ; using ( Signature signature...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/search-for-ima...
  8. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....pdf" )) { FileInfo fileInfo = viewer...Portable Document Format File ( .pdf ) File encrypted: true To learn...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  9. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....designed to correct spelling errors in search queries, as well...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/spelling-corrector/
  10. Advanced search archive documents | GroupDocs

    This article explains how to make advanced search withing the archive that contains several documents for any electronic signatures with GroupDocs.Signature API.... WriteLine ( $"ERROR in Document #{number++}-{document...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/advanced-searc...