Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 1,964 for

errores pdf

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

    This article explains how to load document of specific format....Email Image GIF Image TIFF Image PDF Presentation Spreadsheet WordProcessing...prompt, please hold on... An error occurred while retrieving the...

    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....various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/redaction/net/get-file-info/
  3. 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...
  4. Features Overview | GroupDocs

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....documents like ZIP archives, Pdf portfolios, emails, OST containers...functionality to parse form data from PDF documents. You may call method...

    docs.groupdocs.com/parser/java/features-overview/
  5. Product Overview | GroupDocs

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf without third party software installed....popular document formats such as PDF, DOCX, XLSX, PPTX, XPS and others...format; Export edited document to PDF format; Plenty of additional...

    docs.groupdocs.com/editor/net/product-overview/
  6. 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-...
  7. 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-...
  8. 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/
  9. 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-...
  10. 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...