Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,794 for

errores pdf

(0.07 sec)
  1. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....your software may make input errors, forgetting to switch the desired...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/keyboard-layout-...
  2. Save attachments | Documentation

    Save attachments and embedded files from Pdf, Outlook data file or email...Outlook data files, archives, and PDF documents. C# using System.IO...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....represents the document file type (PDF, Word document, Excel spreadsheet...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/comparison/python-net/get-fi...
  4. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....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/working-with-m...
  5. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....pdf" ); Signature signature = new...signature . sign ( "SampleSigned.pdf" , options ); More resources...

    docs.groupdocs.com/signature/java/load-document...
  6. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...pdf" , FileMode . Open , FileAccess...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/save-to-stream/
  7. OCR Usage Basics | Documentation

    This article explains how to use OCR....extract a text from images and PDFs / OCR Usage Basics OCR Usage...extract a text from images and PDFs (which don’t contain a plain...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  8. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API....welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/search/java/search-flow/
  9. Load password-protected document | Documentation

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API....pdf" PdfConvertOptions convertOptions...password-protected.pdf password-protected.pdf is converted PDF document...

    docs.groupdocs.com/conversion/java/load-passwor...
  10. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { UnderlineAnnotation underline..., //Supported only Word and PDF documents Points = new List <...

    docs.groupdocs.com/annotation/net/add-underline...