Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 10,319 for

new

(0.03 sec)
  1. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "professional-services...

    docs.groupdocs.com/conversion/java/convert-to-w...
  2. ASP.NET MVC Example Project for GroupDocs.Viewe...

    The GroupDocs team is pleased to announce the Front End sample project for the ASP.NET MVC developers. The reason behind this release is to facilitate the developers to write their own document viewer using GroupDocs.Viewer for .NET 3.x. Almost all the functionalities have been implemented in this project which was given in the old GroupDocs.Viewer for .NET 2.x UI Based API. The developers are flexible to customize the application by their own....Find an issue or an idea of new feature – fix it and submit a...Find an issue or an idea of new feature – create an issue in...

    blog.groupdocs.com/viewer/asp-net-mvc-ui-exampl...
  3. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Editor for Java library...Consulting Blog Knowledge Base New Releases Status Websites aspose...Editor fundamentals. For users new to GroupDocs.Editor, this is...

    docs.groupdocs.com/editor/java/getting-started/
  4. Export annotations | Documentation

    The page describes how to export annotation using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf-file"...

    docs.groupdocs.com/annotation/net/export-annota...
  5. books-single-line.xml

    1.0 bk101 Gambardella, Matthewhttps://www.matthewgambardella.com/XML Developer's GuideComputer This is HTML comment44.952000-10-01An in-depth look at creating applications with XML.bk102 Ralls, Kim......survivors lay the foundation for a new society.bk104 Corets, EvaEva]]>Oberon's...as Oberon helps to create a new life for the inhabitants of London...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  6. Rearrange PDF Pages using C# | Organize with .N...

    Reorder the pages of PDF files using C#. The running example shows how to correct the sequence of unordered PDF pages within the .NET application.... Define the existing and new position of the page in MoveOptions... Save the PDF file with the new page order using the Save() method...

    blog.groupdocs.com/merger/move-pdf-pages-using-...
  7. Export Styles During Document Editing | Documen...

    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...
  8. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...inputFilePath ); const editor = new groupdocsEditor . Editor ( inputStream...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  9. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = New Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/net/extracting-comm...
  10. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/numeric-range-se...