Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 12,052 for

new

(0.13 sec)
  1. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...used font is represented by the new struct , that is located in the...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  2. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...letter-spacing : 0.75 pt ; } Despite this new feature modifying the HTML and...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Lets talk about new features first. Did you ever...Review. Last month we shared the news about GroupDocs 2019 pricing...

    blog.groupdocs.com/groupdocs.blog/page/44/
  4. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…...try (final Redactor redactor = new Redactor(getClass().getResourceAsStream("/abc...redactor.apply(new ExactPhraseRedaction("村山", new ReplacementOptions("**")));...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  5. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....latest release and go through the new features. Team GroupDocs is pleased...install the MSI package and then a new extension will be added in Visual...

    blog.groupdocs.com/categories/groupdocs.signatu...
  6. Using Bootstrap CSS Framework in Your Project

    null is the most popular and widely used CSS framework and there is a good reason for its popularity. It gives developers well styled CSS for the elements used most in the modern web. Things like buttons, form controls, navigation and much, much more. Since it’s written in LESS it keeps the CSS of bigger projects such as GroupDocs well organized so it is easy to follow and maintain your CSS code....start optimizing Bootstrap for a new project I first comment out all...navigation bars in the design of my new project. In order to use Bootstrap’s...

    blog.groupdocs.com/total/using-bootstrap-css-fr...
  7. GroupDocs comparison library with java EE9 supp...

    Our application is being upgraded to java EE9 ( with migration from javax namespace to jakarta namespace ). Current comparison java library ( 25.2 version ) is still not jakarta ready ( java EE9 supported ). Please provi…...We have opened the following new ticket(s) in our internal issue...long pause - we were testing new Jakarta release with our integration...

    forum.groupdocs.com/t/groupdocs-comparison-libr...
  8. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputMkv...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Archive

    archives...Properties in Documents with All-New GroupDocs.Metadata for .NET November...Aziz · 2 min Introducing All-New GroupDocs.Signature for Java...

    blog.groupdocs.com/archives/
  10. EditableDocument | GroupDocs

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...user firstly need to create new instance of class. For achieving...

    docs.groupdocs.com/editor/java/editabledocument/