Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 10,573 for

new

(0.04 sec)
  1. Logging | Documentation

    Logging when converting documents with GroupDocs.Conversion for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...instance ConsoleLogger logger = new ConsoleLogger (); // Configure...

    docs.groupdocs.com/conversion/java/logging/
  2. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Consulting Blog Knowledge Base New Releases Status Websites aspose...signature With you can create new form fields or update the existing...

    docs.groupdocs.com/signature/net/esign-document...
  3. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...processed: const loadOptions = new groupdocs . conversion . TxtLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  5. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "SoftwareDevelopmentP...

    docs.groupdocs.com/viewer/net/render-ms-project...
  6. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...{ var api = new AsposeOcr (); var ocrInput = new OcrInput ( InputType...

    docs.groupdocs.com/conversion/net/convert/image...
  7. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(New File("Sample.docx").toPath(), New File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = New Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = New SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose.... copy ( new File ( "Sample.docx" ). toPath (), new File ( "OverwrittenSample...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...international exchange of news among newspapers and news agencies. But nowadays...

    docs.groupdocs.com/metadata/net/working-with-ip...
  9. ONE, DNG, DGN, VSSX and VSTX file formats Intro...

    We are is glad to announce another release of GroupDocs.Conversion for .NET v17.3.0. In this monthly release New file formats “ONE, DGN DNG VSSX and VSTX” are added in supported file format list. This monthly release of Document Conversion API is introducing New features like " show/hide WORD comments when converting from word document formats" and Improvement like “conversion performance of HTML to PDF file format” along with fixes. We recommend our users to download the New release and use the New exciting features to enhance their application.... In this monthly release new file formats “ ONE , DGN DNG...Conversion API is introducing new features like " show/hide WORD...

    blog.groupdocs.com/conversion/one-dng-dgn-vssx-...
  10. Rotate Zoom and Toggle between Html and Image R...

    GroupDocs team keeps on adding New features in ASP.NET MVC Front End for GroupDocs.Viewer for .NET, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this New release v1.3 user can now load document in both HTML and **Image **in the document. User can toggle between image and html through the Toggle image button. Under Image Representation user can Rotate and Document and Zoom In/Out....GroupDocs team keeps on adding new features in ASP.NET MVC Front...our old front ends. In this new release v1.3 user can now load...

    blog.groupdocs.com/viewer/rotate-zoom-toggle-ht...