Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 2,097 for

errores pdf

(0.65 sec)
  1. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....pdf" ); const convertOptions = new...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Add watermark annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-watermark...
  3. Add strikeout annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-strikeout...
  4. Add highlight annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-highlight...
  5. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....pdf" )) { User user1 = new User {...); annotator . Save ( "result.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/net/add-replies-t...
  6. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.Pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.Pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....pdf” file in the current (".") directory...classifier . Classify ( "document.pdf" , "." , 3 , Taxonomy . Iab2...

    docs.groupdocs.com/classification/net/classify-...
  7. Оптимізуйте продуктивність порівняння документі...

    Дізнайтеся, як оптимізувати продуктивність порівняння документів для навантажень великого обсягу. У цьому посібнику демонструються пакетна обробка, паралельне порівняння та техніки оптимізації продуктивності за допомогою GroupDocs.Comparison API для Node.js, щоб масштабувати порівняння документів до мільйонів файлів....підтримує Word (DOCX, DOC), PDF, Excel, PowerPoint, зображення...startTime , outputPath }; } catch ( error ) { return { success : false...

    blog.groupdocs.com/uk/comparison/optimize-docum...
  8. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for Java... setOutputFileName ( "Pdf_TextSignatureFontBac" ); String...handler .< String > sign ( "test.pdf" , signOptions , saveOptions...

    docs.groupdocs.com/signature/java/migration-notes/
  9. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....pdf" , options ); } Was this page...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/net/add-watermark/
  10. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....pdf-file" )) { AreaAnnotation area...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/net/apply-roles/