Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 1,798 for

errores pdf

(0.19 sec)
  1. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....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/document-attribu...
  2. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....pdf' ; const indexFolder = 'c:/MyIndex/'...getMessage ()); // Writing error messages to the console }, });...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  3. Working with CAD metadata | Documentation

    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...
  4. 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...
  5. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…... "foreColor", "backColor", "pdf", { name: "fontName", items:...}); } } ], pdf: { paperSize: 'A5', } }); kendo.pdf.defineFont({...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  6. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....was not found; there was an error occurred while updating signature...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/updating-multi...
  7. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....was not found; there was an error occurred while deleting signature...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/deleting-multi...
  8. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....document in some format (like DOCX, PDF, or XLSX). At this stage, you...TextualDocumentInfo Fixed-layout format PDF N/A N/A PdfSaveOptions N/A Additional...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  9. Search network node events | Documentation

    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...
  10. 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/