Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 2,048 for

errores pdf

(0.12 sec)
  1. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Node.js via Java API....pdf' , convertOptions ) Was this...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Load document from local disk | GroupDocs

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API....pdf" , convertOptions ); Was this...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. GroupDocs.Total cho .NET 25.8 – Các bản cập nhậ...

    Khám phá những tính năng mới trong GroupDocs.Total cho .NET 25.8. Hiện đã có trên NuGet và trang web GroupDocs....formatting when converting HTML → PDF. TOTALNET‑287 Annotation Resolved...Resolved missing localized string error: “CONSTRUCTOR.WITH.PARAMETERS...

    blog.groupdocs.com/vi/total/groupdocs-total-for...
  4. API de Comparação de Documentos Legais: Automat...

    Aprenda como automatizar a comparação de documentos legais e a revisão de contratos usando a API GroupDocs.Comparison para Node.js. Compare versões de contratos, rastreie alterações e otimize fluxos de trabalho jurídicos de forma programática....comparison is time-consuming, error-prone, and doesn’t scale for...review processes, reduce human error, and enable integration into...

    blog.groupdocs.com/pt/comparison/legal-document...
  5. Save to stream | GroupDocs

    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/
  6. 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....pdf" using ( Watermarker watermarker...new Watermarker ( "document.pdf" )) { // Initialize text watermark...

    docs.groupdocs.com/watermark/net/adding-waterma...
  7. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....ondulados rojos para indicar errores de ortografía y subrayados...subrayados ondulados en Word, PDF, PPT y otros documentos usando...

    blog.groupdocs.com/es/page/27/
  8. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...ondulados rojos para indicar errores de ortografía y subrayados...subrayados ondulados en Word, PDF, PPT y otros documentos usando...

    blog.groupdocs.com/es/groupdocs.blog/page/27/
  9. Versioning of annotated documents | GroupDocs

    The page describes how to manage different versions of document using GroupDocs.Annotation for .NET API....pdf" )) { annotator . Update ( new...}); annotator . Save ( "result.pdf" , new SaveOptions { Version...

    docs.groupdocs.com/annotation/net/versioning-of...
  10. Load document from URL | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....pdf?raw=true" ; using ( Annotator...); annotator . Save ( "result.pdf" ); } private static Stream GetRemoteFile...

    docs.groupdocs.com/annotation/net/load-document...