Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 7,071 for

page

(0.03 sec)
  1. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) documents... Search ( "page number" ); // Iterate over search...regular expressions, search by pages etc. parameter is used to customize...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  2. Split PDF File into Multiple Files using C# | S...

    Different ways to split PDF files using C#. Separate large PDF files and extract specific Pages using different splitting options....Split PDF into Multi-Page Files Extract Pages from PDF Files by...by Range Extract Pages from PDF Files using Even or Odd Filter...

    blog.groupdocs.com/merger/split-pdf-files-in-cs...
  3. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....information about hidden document pages, digital signatures, user comments...(ID3, Lyrics, APE) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/features-overv...
  4. eSign document with Digital signature | Documen...

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...visual appearance on document pages. PDF document format supports...appearance on specific document page with custom image and labels...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Please refer to the following pages for examples: Load from FTP...Azure Blob Storage Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/load-document-fr...
  6. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18...._AutoFitColumn_; // Get pages List pages = htmlHandler.GetPages(guid...(PageHtml page in pages) { Console.WriteLine("Page number: {0}"...

    blog.groupdocs.com/viewer/render-print-area-in-...
  7. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its Pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form....object form can be found on the page . The correlation of two forms...text form is presented on the page . Syntax with examples of all...

    docs.groupdocs.com/search/net/queries-in-text-a...
  9. Set Background Image for Charts using GroupDocs...

    We are excited to release another version of GroupDocs.Watermark for .NET API with new features and enhancements. GroupDocs.Watemark for .NET 17.6.0 supports setting the background image for charts in Excel and PowerPoint documents. It also allows you to add watermark to a specific Page of the Word document. Continue to read more about the new features and enhancements. GroupDocs.Watermark - New Features and EnhancementsFollowing are the new features and enhancements added in GroupDocs....add watermark to a specific page of the Word document. Continue...Adding watermark to a particular page of a Word document Additional...

    blog.groupdocs.com/watermark/set-background-for...
  10. Render hidden pages | Documentation

    Learn how to render hidden Pages on website or in other c# applications with GroupDocs.Viewer for Java...documents / Render hidden pages Render hidden pages Leave feedback By...Visio documents (for hidden pages) PowerPoint presentations (for...

    docs.groupdocs.com/viewer/java/show-hidden-pages/