Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 2,148 for

errores pdf

(0.04 sec)
  1. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API.... You are welcome to eSign PDF, Word, Excel, PowerPoint documents...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/java/sign-document...
  2. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....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-c...
  3. Load file from local disk | GroupDocs

    This article explains how to load Pdf, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....pdf" # Create an instance of Parser...doc_info . size } bytes" ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/load-file-...
  4. Compare Excel Spreadsheets: Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. This guide demonstrates cell-by-cell comparison, custom styling, summary pages, and advanced visibility controls for Excel document comparison in C#....Features License Management Error Handling Batch Processing When...workflows. Manual inspection is error-prone and doesn’t scale, especially...

    blog.groupdocs.com/comparison/compare-excel-spr...
  5. Digital certificate for Spreadsheets has wrong ...

    Hi there, I’m getting this error while trying to use the certificate constructed manually (C#) … I’m trying to avoid the popup that comes up in a solution 1 that is working, The code that is working is here: Stream ex…...Hi there, I’m getting this error while trying to use the certificate...comes back with this error is below … Error: GroupDocsSignatureEx:...

    forum.groupdocs.com/t/digital-certificate-for-s...
  6. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance....presentations (PPT, PPTX) , PDF files, Markup (HTML, XML) , Markdown...across all sub folders with 20% error tolerance in spellings. Here...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  7. Search network node events | GroupDocs

    This page contains information about the purpose and use of all search network events....event The event occurs when an error occurs in one of the nodes of...=> { Console . WriteLine ( "Error occurred (" + e . NodeIndex...

    docs.groupdocs.com/search/net/search-network-no...
  8. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Node.js.... PDF and Page Layout file formats...GroupDocs.Viewer to load and view PDF files: . Presentation file formats...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  9. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Java.... PDF and Page Layout file formats...GroupDocs.Viewer to load and view PDF files: . Presentation file formats...

    docs.groupdocs.com/viewer/java/supported-docume...
  10. Loading Documents | GroupDocs

    Load source documents from a local file path or a Python stream — including password-protected files — and inspect the available LoadOptions classes and ConverterSettings in GroupDocs.Conversion for Python via .NET....Options specifically for loading PDF documents. PublisherLoadOptions...receives trace, warning, and error messages. Use the built-in ConsoleLogger...

    docs.groupdocs.com/conversion/python-net/develo...