Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 3,142 for

pdf editor

(1.9 sec)
  1. 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...
  2. 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...
  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. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Editor Product Solution GroupDocs..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. Verify Document for Signatures | GroupDocs

    This topic explains how to verify documents for various electronic signatures with GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs... Signature ( "sample_signed.pdf" ) as sign : # Create verification...

    docs.groupdocs.com/signature/python-net/verify-...
  6. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....Editor Product Solution GroupDocs...document. Ex: "C:\\Docs\\document.pdf" Watermarker watermarker = new...

    docs.groupdocs.com/watermark/java/adding-waterm...
  7. Add text field annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-text-fiel...
  8. 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....capacidade de converter documentos PDF para o formato HTML está se tornando...documento PDF mais acessível, entender como converter PDF para HTML...

    blog.groupdocs.com/pt/categories/groupdocs.conv...
  9. GroupDocs Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Signature for .NET 26......חשבוניות, קבצי PDF, תמונות וקבצי Word למסמך PDF חשבוני יחיד באמצעות...ומספר תיקוני באגים. GroupDocs.Editor for .NET 26.6 – הדגשים של המהדורה...

    blog.groupdocs.com/he/index.xml
  10. Load file from stream | GroupDocs

    This article demonstrates how to convert file presented as a stream using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...converter . Convert ( "converted.pdf" , options ); } } // Obtain the...

    docs.groupdocs.com/conversion/net/load-file-fro...