Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 1,725 for

errores pdf

(0.07 sec)
  1. Add dropdown component | Documentation

    The page describes how to add dropdown component to a document using GroupDocs.Annotation for .NET....pdf" )) { DropdownComponent dropdown...); annotator . Save ( "result.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/net/add-dropdown-...
  2. Add replacement annotation | Documentation

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { ReplacementAnnotatio replacement...); annotator . Save ( "result.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/net/add-replaceme...
  3. Add distance annotation | Documentation

    The page describes how to add distance annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { DistanceAnnotation distance...); annotator . Save ( "result.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/net/add-distance-...
  4. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....pdf" ); try { RasterizationOptions...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. Load document from URL | Documentation

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....pdf?raw=true" ; // Create an instance...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/java/load-documen...
  6. Load document from URL | Documentation

    This article explains how to load Pdf, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....pdf" ; try { InputStream stream =...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/java/load-documen...
  7. Compare annotations | Documentation

    The page describes how to compare annotations....pdf" )) { List < AnnotationBase >...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/java/comparing-an...
  8. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...normalmente para mencionar errores en los documentos o para discutir...cómo convertir un documento PDF en color a formatos de imagen...

    blog.groupdocs.com/es/groupdocs.blog/page/16/
  9. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....pdf" Watermarker watermarker = new...new Watermarker ( "document.pdf" ); // Initialize text watermark...

    docs.groupdocs.com/watermark/java/adding-waterm...
  10. Load password-protected document | Documentation

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for .NET API....pdf" , options ); } Before v24.10:...converter . Convert ( "converted.pdf" , options ); } You can also...

    docs.groupdocs.com/conversion/net/load-password...