Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 2,342 for

errores pdf

(2.25 sec)
  1. Agents and LLM integration | GroupDocs

    GroupDocs.Markdown for .NET is AI agent and LLM friendly — machine-readable documentation, MCP server, structured output for RAG pipelines, and seamless integration with AI tools....md and help me convert a PDF to Markdown. Why Markdown output...markup No binary noise — unlike PDF or DOCX, Markdown is plain text...

    docs.groupdocs.com/markdown/net/agents-and-llm-...
  2. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...advanced options Convert to PDF with advanced options Convert...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/net/conversion-op...
  3. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....That means you cannot apply a PDF component to Word, Image, or...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/net/add-component...
  4. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....document should be converted to PDF first. If this property is set...input firstly is converted to PDF and after that to desired format...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API.... Please be aware only Pdf and Word processing documents...new Signature ( "sampleSigned.pdf" ); IDocumentInfo documentInfo...

    docs.groupdocs.com/signature/java/obtain-docume...
  6. Saving documents | GroupDocs

    This section explains how to save document with different formats and source with GroupDocs.Signature API....types How to protect a signed PDF document Saving signed documents...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/saving/
  7. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...example shows how to sign a PDF document with a Barcode signature...signature = new Signature ( "sample.pdf" )) { BarcodeSignOptions options...

    docs.groupdocs.com/signature/net/esign-document...
  8. Redact documents with GroupDocs.Redaction | Gro...

    Remove sensitive text, patterns and metadata from documents with GroupDocs.Total for Java, with runnable Java examples and downloadable input and output files....can rasterise the result to PDF so the original content cannot...each page to an image inside a PDF. It is the strongest option —...

    docs.groupdocs.com/total/java/developer-guide/r...
  9. Security operations | GroupDocs

    Check this guide and learn how to manage document security for Pdf, Word, Excel, PowerPoint file types - add password, update password, remove password using GroupDocs.Merger for .NET....document password Add password to PDF with permissions Check document...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/merger/net/security-operations/
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) SaveOptions so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) SaveOptions...

    docs.groupdocs.com/redaction/java/use-advanced-...