Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 12,988 for

new

(0.72 sec)
  1. Load document from URL | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( new URL ( url ). openStream...

    docs.groupdocs.com/annotation/java/load-documen...
  2. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Consulting Blog Knowledge Base New Releases Status Websites aspose...watermark = new TextWatermark ( "Test watermark" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Load file from FTP | GroupDocs

    This article demonstrates how to convert file stored in FTP storage using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter (() => GetFileFromFtp...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. 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-...
  5. 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...
  6. Load Spreadsheet document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); loadOptions...

    docs.groupdocs.com/conversion/java/load-spreads...
  7. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); SaveOptions saveOptions = New SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(New SimpleDateFormat("dd-MM-yyyy").format(New Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...suffix: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Markdown for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...var options = new ConvertOptions { PageNumbers = new [] { 1 , 3...

    docs.groupdocs.com/markdown/net/convert-specifi...
  9. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...ReadXmpProperties try ( Metadata metadata = new Metadata ( Constants . PngWithXmp...

    docs.groupdocs.com/metadata/java/working-with-x...
  10. Announcing the improved naming scheme of GroupD...

    We’re going to introduce an improvement in the naming scheme of our GroupDocs Nuget packages. Earlier, the package IDs were consisted of the product name in lower case letters and the hyphens “-” to join the words. So, an old package ID would look like “groupdocs-viewer-dotnet”. However, in the New naming scheme, the format will consist the product family name in title case. Hence, the New package identifier will look like “GroupDocs.... However, in the new naming scheme, the format will...name in title case. Hence, the new package identifier will look...

    blog.groupdocs.com/total/announcing-improved-na...