Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 2,797 for

pdf editor

(0.18 sec)
  1. GroupDocs.Conversion Product Family

    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....cómo convertir un documento PDF en color a formatos de imagen...discutiremos cómo convertir documentos PDF en color a formatos de imagen...

    blog.groupdocs.com/es/categories/groupdocs.conv...
  2. Load document from URL | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs...Resources/SampleFiles/input.pdf?raw=true" ; // Create an instance...

    docs.groupdocs.com/annotation/java/load-documen...
  3. 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....Editor برای جاوا APIهایی را برای حذف...محصول و رفع یک مشکل کلیدی مقایسه PDF/HTML را به ارمغان می آورد....

    blog.groupdocs.com/fa/
  4. 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...
  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 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...
  8. 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-...
  9. 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...
  10. 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...