Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 10,353 for

new

(0.04 sec)
  1. Cancel All Operations in IndexRepository using ...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.8. Using the latest version, you can now cancel all operations in IndexRepository. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version: Breaking functionality for Index Repository ClassUsing the latest version you can now cancel the operations in all indexes in the index repository....IndexRepository repository = new IndexRepository(); Index index...IndexRepository repository = new IndexRepository(); Index index...

    blog.groupdocs.com/search/cancel-all-operations...
  2. Escape Special Characters in Search Queries usi...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 19.2. Improvements such as indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for .NET 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:...Creating index Index index = new Index(indexFolder); // Marking...Dictionaries.Alphabet.SetRange(new char[] { '&' }, CharacterType...

    blog.groupdocs.com/search/escape-special-charac...
  3. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...another slide index, and obtain a new instance of class. Finally, when...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  4. Texts in PDF are not visible during PNG view pr...

    When I want to prepare PNG renditions of attached PDF documents with the Viewer, the text on the document is not displayed in the resulting PNG. This only happens with one of our customers. I have not encountered such a …...viewer = new Viewer("document.pdf")) { var viewOptions = new PngV...intact: LoadOptions loadOptions = new LoadOptions(); loadOptions.TryRepair...

    forum.groupdocs.com/t/texts-in-pdf-are-not-visi...
  5. eSign document with Text signature | Documentation

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....Consulting Blog Knowledge Base New Releases Status Websites aspose...as easy as follows: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  6. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/queries-in-text-a...
  7. Generate previews | Documentation

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser API...Consulting Blog Knowledge Base New Releases Status Websites aspose...previews using ( Parser parser = new Parser ( Constants . SamplePdfWithToc...

    docs.groupdocs.com/parser/net/generate-previews/
  8. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi......Exception { Viewer viewer = new Viewer("formatting.docx"); viewer...14 pt. Simple text in Times New Roman 12 followed by an empty...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  9. Split PDF Files into Multiple Files in Java | S...

    Different ways to split PDF files into multiple files in Java. Separate large PDF files and extract specific pages using different splitting options.... new SplitOptions(outputFile, new int[] { 3, 6,...[3], [6], [8] new SplitOptions(outputFile, new int[] { 3, 6,...

    blog.groupdocs.com/merger/split-pdf-files-in-java/
  10. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Consulting Blog Knowledge Base New Releases Status Websites aspose...console app by executing dotnet new console Add GroupDocs.Viewer...

    docs.groupdocs.com/viewer/net/how-to-run-examples/