Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 2,176 for

errores pdf

(0.08 sec)
  1. API การเปรียบเทียบเอกสารทางกฎหมาย: อัตโนมัติการ...

    เรียนรู้วิธีอัตโนมัติการเปรียบเทียบเอกสารทางกฎหมายและการตรวจสอบสัญญาโดยใช้ GroupDocs.Comparison API สำหรับ Node.js. เปรียบเทียบเวอร์ชันของสัญญา, ติดตามการเปลี่ยนแปลง, และทำให้กระบวนการทำงานทางกฎหมายเป็นอัตโนมัติผ่านโปรแกรม....comparison is time-consuming, error-prone, and doesn’t scale for...review processes, reduce human error, and enable integration into...

    blog.groupdocs.com/th/comparison/legal-document...
  2. Load file from stream | GroupDocs

    This article demonstrates how to convert file presented as a stream using GroupDocs.Conversion for .NET API....pdf" , options ); } } // Obtain the...converter . Convert ( "converted.pdf" , options ); } } // Obtain the...

    docs.groupdocs.com/conversion/net/load-file-fro...
  3. Add text field annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-text-fiel...
  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. 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...
  7. 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...
  8. 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-...
  9. Оптимізуйте продуктивність порівняння документі...

    Дізнайтеся, як оптимізувати продуктивність порівняння документів для навантажень великого обсягу. У цьому посібнику демонструються пакетна обробка, паралельне порівняння та техніки оптимізації продуктивності за допомогою 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...
  10. 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...