Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 2,615 for

pdf editor

(0.1 sec)
  1. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...Editor Product Solution GroupDocs...signature . Signature ( "sample.pdf" ) as sign : # Create search...

    docs.groupdocs.com/signature/python-net/search-...
  2. Como converter MSG para DOCX usando C #

    Nesta seção, você aprenderá como converter MSG em DOCX usando C# sem depender de ferramentas de terceiros. Além disso, forneceremos o código para exportar MSG para DOCX em C#....o Microsoft Word e vários editores de texto. Pode haver instâncias...processo de conversão de MSG em PDF usando C#. Se você precisar de...

    kb.groupdocs.com/pt/conversion/net/how-to-conve...
  3. Convierta Word a Markdown usando C# | DOC a MD ...

    Convierta documentos de Word en archivos Markdown usando C#. Transforme archivos DOC/DOCX en formato MD utilizando la API de conversión y análisis de GroupDocs .NET....manera similar, casi todos los editores de procesamiento de textos...otros formatos de archivo como PDF, hojas de cálculo, presentaciones...

    blog.groupdocs.com/es/parser/convert-word-to-ma...
  4. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.Pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.Pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Editor Product Solution GroupDocs...steps Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  5. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { StrikeoutAnnotation strikeout...

    docs.groupdocs.com/annotation/net/add-strikeout...
  6. Add watermark annotation | GroupDocs

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { WatermarkAnnotation watermark...

    docs.groupdocs.com/annotation/net/add-watermark...
  7. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { User user1 = new User {...

    docs.groupdocs.com/annotation/net/add-replies-t...
  8. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { HighlightAnnotation highlight...

    docs.groupdocs.com/annotation/net/add-highlight...
  9. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....bekeken met een van de bekende editors zoals Microsoft Excel, OpenOffice...keren dat elk woord voorkomt in PDF-, Word-, Excel-, PowerPoint-...

    blog.groupdocs.com/nl/page/21/
  10. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Editor Product Solution GroupDocs...String , OutputFileName = "signed.pdf" }; // sign document string signedPath...

    docs.groupdocs.com/signature/net/migration-notes/