Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 9,575 for

paged

(0.86 sec)
  1. Search text in PDF documents | GroupDocs

    To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....regular expressions, search by pages etc. parameter is used to customize...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/search-text-in-p...
  2. Rendu de RTF en HTML avec Python

    Apprenez à rendre les fichiers RTF en HTML avec Python et créez facilement des pages HTML à partir de RTF en Python tout en préservant la mise en forme, la disposition et le style pour l'affichage Web....Voici les étapes pour créer des pages HTML à partir de RTF en Python...pour rendre et exporter les pages RTF en fichiers HTML autonomes...

    kb.groupdocs.com/fr/viewer/python/render-rtf-as...
  3. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...folder Leave feedback On this page Convert all supported documents...output/cost-analysis.md (9 KB) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/markdown/net/batch-convert/
  4. המרת מצגות לתמונות ב-C# | PPT ל-JPG | PPT ל-PNG

    הפוך את מצגות ה-PowerPoint שלך בפורמט PPT/PPTX לפורמט JPG או PNG באמצעות C#. המר מצגות לתמונות באופן פרוגרמטי באמצעות .NET API....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/he/conversion/convert-presen...
  5. Saving documents | GroupDocs

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original file, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same file or stream Save document to the specified location Save document to the specified stream...documents Leave feedback On this page Saving a document with method...one of these guides: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/saving-documents/
  6. Adding watermarks | GroupDocs

    Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps...watermarks Leave feedback On this page GroupDocs.Watermark for .NET...the following guides: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/adding-waterma...
  7. Releasing SharePoint Web-Part for GroupDocs.Ann...

    Great news for SharePoint developers, now they can add GroupDocs.Annotation for .NET 3.x. as custom Web-Part. Team GroupDocs is glad to announce the addition of GroupDocs.Annotation Web- Part Front End for SharePoint developers. Using this release SharePoint developers can not only explore and investigate GroupDocs.Annotation for .NET Front End but can also customize this Web-Part according to their needs. This project is already published on GitHub. SharePoint Web-Part Front End FeaturesThe SharePoint Web-Part Front End provides end users with tools needed for convenient annotating, viewing and navigation of a documents in a browser.... Page Zoom-in and Zoom-Out File Browser...one page in a row, two pages in a row view, double page flipping...

    blog.groupdocs.com/annotation/releasing-sharepo...
  8. GroupDocs.Viewer for .NET 25.9 – Dernières mise...

    Découvrez les nouveautés de GroupDocs.Viewer for .NET 25.9. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....7 - Numéro de page incorrect affiché initialement...du serveur pour renvoyer les pages. (VIEWERNET-5485) Comment obtenir...

    blog.groupdocs.com/fr/viewer/groupdocs-viewer-f...
  9. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Java API....Merge TEX Merge EPUB 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/merger/java/merge/
  10. Installation | GroupDocs

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom.... 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/parser/java/installation/