Sort Score
Result 10 results
Languages All
Labels All
Results 7,571 - 7,580 of 31,391 for

new

(0.1 sec)
  1. GroupDocs.Merger for Java 20.7 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for Java 20.7 Major Features There are a few New other features in this regular monthly release. The most notable are: Implemented document import of all the possible file types into Presentation; Implemented document import of all the possible file types into Word processing; Implemented document import of all the possible file types into Spreadsheet; Implemented document import of all the possible file types into PDF; Cross-format merging to PDF....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features There are a few new other features in this regular...

    docs.groupdocs.com/merger/java/groupdocs-merger...
  2. All-in-one document automation suite for Java a...

    GroupDocs.Total for Java is a comprehensive document automation library tailored for Java developers, offering a wide array of functionalities to handle diverse document formats such as PDF, Word, Excel, Image, HTML, Diagram, and more....source DOCX file Merger merger = new Merger ( "sample1.docx" ); //...viewer try ( Viewer viewer = new Viewer ( "merged.docx" )) { //...

    products.groupdocs.com/total/java/
  3. pagetableareacell - GroupDocs.Parser for Java -...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......PageArea pageArea) Initializes a new instance of the PageTableAreaCell...int columnSpan) Initializes a new instance of the PageTableAreaCell...

    apireference.groupdocs.com/parser/java/com.grou...
  4. Convert TEX | Documentation

    This article demonstrates how you can convert to TEX or convert to latex your any kind of document format with couple Java code lines and GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...TEX file Converter converter = new Converter ( "sample.tex" ); //...

    docs.groupdocs.com/conversion/java/convert/tex/
  5. Boost Search Performance in C# Apps - Search AP...

    Build advanced C# search apps with GroupDocs.Search .NET 24.5 (DLLs). This update offers in-memory index loading for faster performance. Download now!...NET The all new in-memory indexing functionality...index on disk Index index = new Index(indexFolder); // Indexing...

    releases.groupdocs.com/search/net/new-releases/...
  6. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...on a document page: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  7. XML Viewer - View and Convert XML Data Online f...

    View XML files using free online XML Viewer tool. Developers can develop their own online document Viewer....using C# using (Viewer viewer = new Viewer("/path/document.xml"))...PdfViewOptions viewOptions = new PdfViewOptions("/path/XML-to-PDF-{0}...

    blog.groupdocs.com/viewer/xml-viewer-online/
  8. Modernized Signature Preview in C# Apps | .NET ...

    GroupDocs.Signature .NET 24.7 (DLLs only) delivers improved C# solutions. Leverage the updated preview options & refined Code93 barcodes. Download now!...using (Signature signature = new Signature(filePath)) { // create...PreviewOptions previewOption = new PreviewOptions(GeneratePreview...

    releases.groupdocs.com/signature/net/new-releas...
  9. RasterImageResourceBase Class - GroupDocs.Edito...

    Base class for any supported raster image with fixed name, dimensions, aspect ratio, type, size, and content....RasterImageResourceB Initializes a new instance of the RasterImageResourceB...GenerateBitmap Generates and returns a new instance of the 'System.Drawing...

    apireference.groupdocs.com/editor/net/groupdocs...
  10. Inert hypherlink in word document while using G...

    using (Redactor redactor = New Redactor(filePath)) { redactor.Apply(New ExactPhraseRedaction(request.PrevText[i], New ReplacementOptions(request.NewText[i]))); GroupDocs.Redaction.Options.SaveOptions saveOption =…...redactor = new Redactor(filePath)) { redactor.Apply(new ExactPh...ExactPhraseRedaction(request.PrevText[i], new ReplacementOptions(request.NewText[i])));...

    forum.groupdocs.com/t/inert-hypherlink-in-word-...