Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 7,865 for

paged

(0.76 sec)
  1. إزالة الصفحات من PDF في Java | زوجي ، فردي ، قا...

    قم بإزالة أي مجموعة من الصفحات من ملفات PDF في Java. حذف قائمة الصفحات ، أي نطاق محدد ، حتى الصفحات الفردية أو الفردية من ملفات PDF داخل التطبيقات....save("path/selected-pages-removed.pdf"); قم بإزالة Pages Range من PDF...removePages(removeOptions); merger.save("path/pages-range-removed.pdf"); قم بإزالة...

    blog.groupdocs.com/ar/merger/remove-pages-from-...
  2. Email messages | GroupDocs

    Modify message body/subject, embed/remove images, search text, and list recipients using Python via .NET....messages Leave feedback On this page Modifying body and subject of...address . address ) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/python-net/email-m...
  3. Bibliothèque C# Diff - Comparer des fichiers te...

    Il compare et fusionne des documents Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Texte et HTML. L'API de comparaison de documents compare le contenu pour détecter les changements de mots, de paragraphes et de caractères....}); } Générer un aperçu des pages du document # GroupDocs.Comparison...permet de générer des aperçus de page pour les documents source, cible...

    blog.groupdocs.com/fr/comparison/groupdocs-comp...
  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. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.... 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/assembly/net/loading-of-temp...
  6. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.... The Code 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/assembly/net/barcode-image-g...
  7. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....UTF_8) 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/assembly/java/working-with-s...
  8. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....ColumnNameExtracting 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/assembly/java/loading-multip...
  9. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Explicit Specification 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/assembly/net/changing-target...
  10. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }... Message ); } 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/classification/net/classify-...