Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 15,637 for

file

(0.05 sec)
  1. Issue in Render Arabic font (Cairo) - Free Supp...

    try convert word File to pdf , convert done but there are issues in render font image.png (31.5 KB) 9dbac7f6-ece5-4c48-b37e-302686580443.pdf (40.6 KB) اليوم.docx (15.9 KB)...2025, 2:57pm 1 try convert word file to pdf , convert done but there...arabic fonts in your output PDF file and on the screenshot, but undfortunately...

    forum.groupdocs.com/t/issue-in-render-arabic-fo...
  2. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#....providing the path of the PDF file as an argument to its constructor...annotation library and adjusted the file paths, you can easily integrate...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  3. How to Convert DOCX to RTF using C#

    You can find the directions to convert docx to RTF using C# in this topic. Moreover, we will help you to write an application to export docx to RTF using C#....DOCX and RTF are both document file formats used to create, store...the key steps to convert DOCX file format to RTF document, as well...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert MSG to TXT using C#

    This section will teach you how to convert MSG to TXT using C# without the need of third-party software. Also, we will provide code to export MSG to TXT in C#....Converter class using the MSG file path as an argument for its...library and made the necessary file path adjustments, seamlessly...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....signature such as image content by file or stream, location, colors...setPageNumber ( 1 ); // sign document to file signature . sign ( "SampleSigned...

    docs.groupdocs.com/signature/java/esign-documen...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...converting documents from one file formats to another. There are...been sent a file you couldn’t open, or had a file you sent somewhere...

    blog.groupdocs.com/groupdocs.blog/page/105/
  7. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....txt" ; new File ( oldDocumentPath ). renameTo ( new File ( newDocumentPath...

    docs.groupdocs.com/search/java/document-renaming/
  8. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text File....the encoding of a plain text file. The following encodings are...BOM or by the content of the file (if BOM isn’t presented). Here...

    docs.groupdocs.com/parser/net/detect-encoding/
  9. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....difference between rendering a file and getting the cached results:...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  10. Delete indexed documents | GroupDocs

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....remove documents indexed by a file system path, see . The following...filePath ); byte [] buffer = File . ReadAllBytes ( filePath );...

    docs.groupdocs.com/search/net/delete-indexed-do...