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

errores pdf

(0.52 sec)
  1. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....pdf" Watermarker watermarker = new...new Watermarker ( "document.pdf" ); PossibleWatermarkCol possibleWatermarks...

    docs.groupdocs.com/watermark/java/removing-foun...
  2. Belge Karşılaştırma Performansını Optimize Edin...

    Yüksek hacimli iş yükleri için belge karşılaştırma performansını nasıl optimize edeceğinizi öğrenin. Bu kılavuz, GroupDocs.Comparison API for Node.js kullanarak toplu işleme, paralel karşılaştırma ve performans optimizasyon tekniklerini göstererek belge karşılaştırmayı milyonlarca dosyaya ölçeklendirmeyi anlatır....Comparison, Word (DOCX, DOC), PDF, Excel, PowerPoint, görseller...startTime , outputPath }; } catch ( error ) { return { success : false...

    blog.groupdocs.com/tr/comparison/optimize-docum...
  3. 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-...
  4. 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...
  5. 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...
  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 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...
  8. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....pdf" const converter = new groupdocs...outputPath = "ConvertTxtByControll.pdf" const converter = new groupdocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Document preview | GroupDocs

    Generate preview images (PNG/JPG/BMP) for document pages using Python via .NET....pdf" ) as watermarker : preview_options...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/watermark/python-net/basic-u...
  10. 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/