Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 2,094 for

errores pdf

(0.14 sec)
  1. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....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/net/homophone-diction...
  2. Document attributes | GroupDocs

    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...
  3. 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.... To sign PDF, Word, Excel, PowerPoint, and...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Delete indexed documents | GroupDocs

    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...
  5. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....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/net/working-with-ca...
  6. 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...
  7. Load file from stream | GroupDocs

    This article explains how to load Pdf, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....pdf" , "rb" ) as file : file_data...doc_info . page_count } " ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/load-file-...
  8. 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...
  9. 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...
  10. 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...