Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,766 for

errores pdf

(0.11 sec)
  1. Optimize the output PDF file | Documentation

    This topic describes how to optimize Pdf file in the GroupDocs.Viewer Java API for web browser or to reduce size....documents / Render to PDF / Optimize the output PDF file Optimize the...the output PDF file Leave feedback GroupDocs.Viewer allows you...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to Pdf redactions....redaction filters / Use PDF redaction filters Use PDF redaction filters...bottom half of the last page in a PDF document. final Redactor redactor...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  3. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Usage / Create PDF with Image Redaction Create PDF with Image Redaction...etc.); save it as a rasterized PDF file (containing images of the...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  4. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Convert to PDF with advanced options Convert to PDF with advanced...conversion result when convert to PDF. Along with has the following...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Sign Pdf documents with special appearance | Do...

     This article explains how to use Pdf digital electronic signature features on document page..../ Sign Pdf documents with special appearance Sign Pdf documents...classes that implements for Pdf document special signature appearances...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  6. NullReferenceException when extracting PDF file...

    Hello, We are getting an exception when extractor some Pdf files… System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Aspose.Pdf.Facades.PdfExtractor.GetAttachNames()\r\n at …...NullReferenceExcepti when extracting PDF files GroupDocs.Search Product...exception when extractor some PDF files… System.NullReferenceExcepti:...

    forum.groupdocs.com/t/nullreferenceexception-wh...
  7. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to Pdf document meta info layer with GroupDocs.Signature...Metadata signatures / eSign PDF eSign PDF with Metadata signature...signature objects for instance. PDF document metadata is hidden attributes...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  8. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized Pdf Saving document as a rasterized Pdf, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from Pdf/A-1b, which is used by default, to Pdf/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....rasterized PDF Select specific pages for rasterized PDF Leave feedback...rasterized PDF Saving document as a rasterized PDF, you can specify...

    docs.groupdocs.com/redaction/java/select-specif...
  9. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of Pdf document using C#....watermarks / To PDF documents / Existing objects in PDF document Existing...Existing objects in PDF document Leave feedback On this page Removing...

    docs.groupdocs.com/watermark/net/existing-objec...
  10. Extract images from PDF documents | Documentation

    To extract images from Pdf documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Pdf documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....data from PDF documents / Extract images from PDF documents Extract...Extract images from PDF documents Leave feedback To extract images...

    docs.groupdocs.com/parser/java/extract-images-f...