Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 48,948 for

(c )

(0.35 sec)
  1. Convert Excel to PDF on GroupDocs Blog | Docume...

    Convert Excel to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Excel to PDF on GroupDocs Blog | Document Automation Solutions for .NET &......استفاده از سی شارپ با استفاده از C# فایل های اکسل را به PDF تبدیل...

    blog.groupdocs.com/fa/tag/convert-excel-to-pdf/...
  2. Generate PDF Report from XML on GroupDocs Blog ...

    Generate PDF Report from XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Generate PDF Report from XML on GroupDocs Blog | Document Automation Solu......GroupDocs، تولید گزارش ها را در C# به طور خودکار انجام دهید. ایجاد...

    blog.groupdocs.com/fa/tag/generate-pdf-report-f...
  3. extract images from PDF on GroupDocs Blog | Doc...

    extract images from PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract images from PDF on GroupDocs Blog | Document Automation Solutions for ......از فایل های PDF با استفاده از C# در برنامه های NET خود آشنا شوید...

    blog.groupdocs.com/fa/tag/extract-images-from-p...
  4. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/regular-expressi...
  5. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  6. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications.... C# using GroupDocs.Viewer.Caching...that identifies a cached file. C# using System.Collections.Concurrent...

    docs.groupdocs.com/viewer/net/implement-thread-...
  7. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....powerful PDF text extraction library C# that enables developers to parse...This robust library provides C# PDF text extraction capabilities...

    docs.groupdocs.com/parser/net/
  8. Cleanup Temporary Files using GroupDocs.Viewer ...

    We are pleased to announce the release of GroupDocs.Viewer for Java 17.5.1. This is a hotfix release that contains 2 bug fixes and a new feature. The latest version allows you to manually cleanup the temporary files that are created during document rendering. Please continue to read the details about the new feature and the bug fixes. Cleanup Temporary FilesWhile rendering documents, GroupDocs.Viewer creates temporary files which were removed automatically after each operation....tmpdir”, “c:/my_temp_files/”). The following...

    blog.groupdocs.com/viewer/cleanup-temporary-fil...
  9. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....load documents from local disk: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/load-document...
  10. Convert Selected or Partial Spreadsheet Rows

    You might be looking for a software component or API using that an excel sheet could be converted to PDF/Word or any other supported format partially. What is the difference? Many of us are just concerned with the output. Process an excel spreadsheet and get the right PDF/output. A simple conversion (Complete spreadsheet to PDF) is ideal until the source file has limited number of rows. Partial Conversion - Usability If you have a spreadsheet with more than 10,000 rows and your data or concerned rows are somewhere between 5,000 to 8,000....a look at the implementation: C# Java “G7:I10” is the cells range...

    blog.groupdocs.com/conversion/convert-selected-...