Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 31,398 for

new

(0.07 sec)
  1. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...; try { InputStream stream = new URL ( url ). openStream (); Converter...

    docs.groupdocs.com/conversion/java/load-documen...
  2. GroupDocs.Viewer for .NET 17.6.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.6.0. Major Features One New feature and 8 improvements and fixes in this regular monthly release. The most notable are: Added SVG file format support Replaced backslashes in resource URL’s with forward slashes Implemented saving HTML resources apart from HTML document when rendering Presentation documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1223 Add SVG format support New Feature VIEWERNET-1213 Move the setting that enables text extraction to ImageOptions class Improvement VIEWERNET-1210 Replace backslashes in resource URL’s with forward slashes Improvement VIEWERNET-1199 Extend support of HtmlOptions....Consulting Blog Knowledge Base New Releases Status Websites aspose...NET 17.6.0. Major Features One new feature and 8 improvements and...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. ConvertToDocumentException - GroupDocs.Comparis...

    All Classes Packages com.groupdocs.comparison com.groupdocs.comparison.cells.style com.groupdocs.comparison.common co......ConvertToDocumentExc () Initializes a new instance of the ConvertToDocumentExc...innerExceptions) Initializes a new instance of the ConvertToDocumentExc...

    apireference.groupdocs.com/comparison/java/com....
  4. converttodocumentexception - GroupDocs.Comparis...

    All Classes Packages com.groupdocs.comparison com.groupdocs.comparison.cells.style com.groupdocs.comparison.common co......ConvertToDocumentExc () Initializes a new instance of the ConvertToDocumentExc...innerExceptions) Initializes a new instance of the ConvertToDocumentExc...

    apireference.groupdocs.com/comparison/java/com....
  5. ConvertFileException - GroupDocs.Annotation for...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com.......String message) Initializes a new instance of the ConvertFileException...innerException) Initializes a new instance of the ConvertFileException...

    apireference.groupdocs.com/annotation/java/com....
  6. ioexception - GroupDocs.Annotation for Java - A...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com.......String message) Initializes a new instance of the IOException class...innerException) Initializes a new instance of the IOException class...

    apireference.groupdocs.com/annotation/java/com....
  7. SolidBrush - GroupDocs.Signature for Java - API...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......SolidBrush () Initializes a new instance of the SolidBrush class...( Color color) Initializes a new instance of the SolidBrush class...

    apireference.groupdocs.com/signature/java/com.g...
  8. GroupDocs.Conversion for Java 20.6 Release Note...

    Major Features There are 20+ features, improvements and bug-fixes in this release, most notable are: Legacy API is removed from the product Now client application can hookup to converter and monitor for start, progress and complete states Improved MPP to spreadsheet conversions XML documents can be converted to any format without transformation Call ConvertedDocumentStream or ConvertedPageStream delegates providing converted stream for processing or storing. Introduced EML to MSG conversions API to retrieve prepared default ConvertOptions for desired target conversion Introduced GetAllPossibleConversions method which return all supported conversions GetPossibleConversions method from a documetn extension without instantiating a Converter GetPossibleConversions for currently provided source document Improved document info classes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET-3460 Feature Provide information for conversion start, end and progress CONVERSIONNET-3539 Feature Convert xml documents without transformation CONVERSIONNET-3290 Feature EML to MSG conversion CONVERSIONNET-3512 Feature API to retrieve prepared default ConvertOptions for desired target conversion CONVERSIONNET-3536 Feature Convert attachments from a mail document CONVERSIONNET-3586 Feature GetAllPossibleConversions method which returns all supported conversions CONVERSIONNET-3587 Feature GetPossibleConversions for a document extension without instantiating a Converter CONVERSIONNET-3345 Improvement MPP to XLS conversion improvement and missing information CONVERSIONNET-3526 Improvement New overload Convert methods which accepts ConvertedDocumentStream or ConvertedPageStream delegates CONVERSIONNET-3597 Improvement Improve document info classes CONVERSIONNET-3626 Improvement Make proportional image If only Width or Height is provided when converting to image CONVERSIONNET-2819 Bug Fail to convert a specific word document to pdf CONVERSIONNET-3420 Bug Other than PNG to PDF conversion throw exception for PNG source file CONVERSIONNET-3423 Bug “System....Consulting Blog Knowledge Base New Releases Status Websites aspose...CONVERSIONNET-3526 Improvement New overload Convert methods which...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  9. Problem With GroupDocs.Redaction 20.7 with word...

    I have a template where I am replacing Text from #Ref001 to whatever I want. This is working fine in all the files but not working in doc files. in the doc files it is only replacing 1 or 2 instances but not all the ins…...redactor = new Redactor(filePath)) { redactor.Apply(new ExactPh...ExactPhraseRedaction("#Ref001", new ReplacementOptions("10"))); GroupDocs...

    forum.groupdocs.com/t/problem-with-groupdocs-re...
  10. Managing remote repositories - GitHub Docs

    Learn to work with your local repositories on your computer and remote repositories hosted on GitHub....a remote repository To add a new remote, use the git remote add...git # Set a new remote $ git remote -v # Verify new remote > origin...

    docs.github.com/en/get-started/getting-started-...