Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 2,797 for

pdf editor

(0.08 sec)
  1. 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...
  2. 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/
  3. 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-...
  4. Load password-protected document | GroupDocs

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...converter . Convert ( "converted.pdf" , options ); } You can also...

    docs.groupdocs.com/conversion/net/load-password...
  5. 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....análise de campos de formulário PDF. Hoje, neste artigo, você aprenderá...programaticamente para o formato PDF em Java. Markdown é uma linguagem...

    blog.groupdocs.com/pt/page/20/
  6. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Editor Product Solution GroupDocs...]) with Parser ( "./invoice.pdf" ) as parser : data = parser...

    docs.groupdocs.com/parser/python-net/working-wi...
  7. 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....ser visualizados em qualquer editor de texto e também no MS Excel...mensagem de e-mail para o formato PDF. Neste artigo, você aprenderá...

    blog.groupdocs.com/pt/categories/groupdocs.conv...
  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....essere visualizzati in qualsiasi editor di testo e anche in MS Excel...messaggio e-mail in formato PDF. In questo articolo imparerai...

    blog.groupdocs.com/it/categories/groupdocs.conv...
  9. Add distance annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-distance-...
  10. Add dropdown component | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-dropdown-...