Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,794 for

errores pdf

(0.04 sec)
  1. Merge documents to DOC | Documentation

    This section describes how to import OLE objects into Word DOC/DOCX documents using Java...files (even different types of PDF files such as , , and ) can be...merger . join ( "c:\document2.pdf" ); merger . join ( "c:\document3...

    docs.groupdocs.com/merger/java/merge-documents-...
  2. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....This example shows how to sign PDF with Digital signature certificate...signature = new Signature ( "sample.pdf" ); DigitalSignOptions options...

    docs.groupdocs.com/signature/java/sign-document...
  3. Advanced search for Text signatures | Documenta...

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API.... pdf )) { // setup search options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API....pdf" )) { // search for signatures...Metadata ); // try to get each Pdf signature with proper data type...

    docs.groupdocs.com/signature/net/advanced-searc...
  5. Extracting document metainfo | Documentation

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....page count for WordProcessing, PDF and XPS documents, tabs (worksheets)...fixed-layout format, this includes only PDF and XPS. - common for all Email...

    docs.groupdocs.com/editor/net/extracting-docume...
  6. 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...
  7. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your Pdf, presentation and spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...time the supported formats are: PDF, presentations (Microsoft PowerPoint...

    docs.groupdocs.com/redaction/java/remove-page-r...
  8. Issue with Font :- "Leelawadee UI"

    Issue with Font :- "Leelawadee UI" Hi, When we try to convert a document with the 'Leelawadee UI' font to Pdf, we encounter some issues in characters. Can you please suggest something here? Issue w......the 'Leelawadee UI' font to PDF, we encounter some issues in...getting an incorrect resulting PDF file, please share your updated...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  9. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document comparison experience....in Cells, Words, Slides and PDF GroupDocs.Comparison for Java...17.3.0 - Bug Fixes # Compile Error on Comparison Document for VB...

    blog.groupdocs.com/comparison/introducing-group...
  10. Basic usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document using ( Watermarker...new Watermarker ( "document.pdf" )) { TextWatermark watermark...

    docs.groupdocs.com/watermark/net/basic-usage/