Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 2,043 for

errores pdf

(0.05 sec)
  1. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....pdf" " ; // Creating an index IndexSettings..."c:\\MyDocuments\\ExampleDocument.pdf" ; // Creating an index Index...

    docs.groupdocs.com/search/java/indexing-from-di...
  2. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....collection of folders (see ); PDF documents - a flag that indicates...(): # Load PDF document with Viewer ( "sample.pdf" ) as viewer...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  3. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....to the PDF file. string filePath = Constants . SAMPLE_PDF ; string...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/verify-signatu...
  4. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API....normally used to mentioned errors in documents or to discuss...spreadsheets, presentations, images, PDF files, webpages, email messages...

    blog.groupdocs.com/annotation/annotate-word-doc...
  5. 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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) var 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) var so...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page.... getHeight ()); } Sign Pdf document with Text signature...how to add Text signature to Pdf document with sticker look. See...

    docs.groupdocs.com/signature/java/sign-document...
  7. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....Docx to Doc, Docx to PDF and PPT to PDF using PHP SDK</i> <br/>...<br /> <font color="red">{{@error}}</font> <div id="requestForm"...

    blog.groupdocs.com/conversion/how-to-convert-fi...
  8. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML formats using GroupDocs.Assembly for Java...., PDF, HTML, RTF) import com.groupdocs...data , "doc" )); // Note: For PDF output, OoxmlCompliance is ignored...

    docs.groupdocs.com/assembly/java/developer-guid...
  9. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D...(OCR) on scanned images and PDF files to extract text and search...

    docs.groupdocs.com/total/java/
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/pre-rasterize/