Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 8,327 for

paged

(0.54 sec)
  1. Fusionner des fichiers PDF, Word, Excel, PowerP...

    Fusionnez par programmation des PDF, des documents Word, des feuilles de calcul et des fichiers de présentation dans vos applications basées sur .NET à l'aide de l'API Merger de GroupDocs en C#....documents Word Fusionner les pages sélectives * Fusionner des feuilles...fusionner des documents ou des pages sélectives de différents documents...

    blog.groupdocs.com/fr/merger/merge-pdf-word-exc...
  2. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....watermarks Leave feedback On this page Searching possible watermarks...print ( "PageNumber" , wm . page_number ) print ( "" ) Search...

    docs.groupdocs.com/watermark/python-net/searchi...
  3. Convert to Email with advanced options | GroupDocs

    Follow this guide and learn how to convert between email formats (MSG, EML, EMLX) and customize attachment processing using GroupDocs.Conversion for .NET....options Leave feedback On this page Introduction GroupDocs.Conversion...formats All examples on this page have been verified through automated...

    docs.groupdocs.com/conversion/net/convert-to-em...
  4. Play and Pause GIF in CSharp on GroupDocs Blog ...

    Play and Pause GIF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Play and Pause GIF in CSharp on GroupDocs Blog | Document Automation Solu......GIF et APNG animées dans des pages Web à l'aide de C# Rendez par...GIF et APNG animées sur une page Web HTML en C # avec la fonction...

    blog.groupdocs.com/fr/tag/play-and-pause-gif-in...
  5. Load document from local disk | GroupDocs

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....pdf" , options ); Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...
  6. Replace missing font | GroupDocs

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/replace-missing-...
  7. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Computer Vision API Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/net/using-ocr/
  9. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  10. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/image-viewer-adj...