Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,043 for

errores pdf

(0.15 sec)
  1. 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...
  2. Managing dictionaries | GroupDocs

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to search over your Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/search/java/managing-diction...
  3. 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...
  4. Supported Image Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more....merging Cross-format merge to PDF JPG Image File JPEG Image File...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/merger/java/supported-image-...
  5. Document rendering basics | GroupDocs

    This section describes how to use GroupDocs.Viewer for Java to convert different document types to Pdf, HTML, PNG, and JPEG formats....Render Word documents Render PDF documents Render spreadsheet...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/viewer/java/document-renderi...
  6. Process attachments | GroupDocs

    Extract and save attachments from emails, Pdfs, and archives using GroupDocs.Viewer for Python....attachments Files embedded in PDF files Email messages contained...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/viewer/python-net/working-wi...
  7. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....POT Plain Text Documents TXT PDF PDF N/A Code Example The source...output document can be TXT or PDF. Similar transitions are allowed...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  8. 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...
  9. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....documents TXT Fixed-layout format PDF Fixed-layout format XPS Email...be TXT or PDF. Or the original document can be a PDF, while output...

    docs.groupdocs.com/editor/net/save-document/
  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-...