Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 7,218 for

may

(1.73 sec)
  1. Compare Word Docs in .NET – Revision Track vs H...

    Learn how to compare Word documents using GroupDocs.Comparison for .NET. Get step‑by‑step examples for revision‑track and highlight comparison modes with ready‑to‑run C# code.... For large files you may notice a significant performance...

    blog.groupdocs.com/comparison/compare-word-docu...
  2. MSG converted to PDF with empty page of message...

    Converting MSG file to PDF gives back empty email message page...are using the latest version may resolve the problem. Here is...

    forum.groupdocs.com/t/msg-converted-to-pdf-with...
  3. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...the previous response, our bot may sometimes be inaccurate. Thank...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  4. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/indexing-from-di...
  5. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/parse-data-from-...
  6. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...is read-only, but you still may set folders: var settings = new...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  7. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......If you have large size data (may consist of multiple files of...

    blog.groupdocs.com/categories/groupdocs.redacti...
  8. .txt font replacement - Free Support Forum - gr...

    Hello, Please can you provide an example of how I can replace a font in a .txt file. I have tried the following but none seem to work. LoadOptions GetLoadOptions(LoadContext context) { var loadOptions = new WordPr…... Its resolution may therefore take longer than initially...

    forum.groupdocs.com/t/txt-font-replacement/16295
  9. Work with Streams vs File Paths | GroupDocs

    Learn when and how to use streams versus file paths for template loading and document saving in .NET....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/assembly/net/basic-usage-str...
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/search-text/