Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 3,489 for

search index

(0.06 sec)
  1. 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....Search Product Solution GroupDocs...image CONVERSIONNET-3634 Bug ‘Index was out of range.’ exception...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  2. How to Remove Annotation Reply from PDF using Java

    The purpose of this topic is to show you how to remove annotation reply from PDF using Java along with code example to delete reply annotation using Java from PDF....Search Product Family GroupDocs.Parser...desired reply using remove(index) method Call Annotator.update...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  3. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Search Product Family Find answers about text search and...and indexing of different files using code on any platform. GroupDocs...

    kb.groupdocs.com/
  4. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Search Product Solution GroupDocs...Call method with the sheet index and obtain object; Read a text...

    docs.groupdocs.com/parser/net/extract-text-from...
  5. IDBTransaction - Web APIs | MDN

    Learn about the IDBTransaction interface, including its properties and methods, code examples, specifications, and browser compatibility....Skip to main content Skip to search Skip to select language Article...twice, or put() with the same index key with a uniqueness constraint...

    developer.mozilla.org/en-US/docs/Web/API/IDBTra...
  6. Lotus 1-2-3 - Just Solve the File Format Problem

    Lotus 1-2-3 From Just Solve the File Format Problem Jump to: navigation , Search File Format Name Lotus 1-2-3 Ontolog......Problem Jump to: navigation , search File Format Name Lotus 1-2-3...http://fileformats.archiveteam.org/index.php?title=Lotus_1-2-3&oldid=47457...

    justsolve.archiveteam.org/wiki/Lotus_1-2-3
  7. GroupDocs.Viewer For .NET 3.7.0 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 3.7.0. Major Features There are 4 new features and 16 improvements and fixes in this regular monthly release. The most notable are: Save HTML resources to cache without saving them to local disc Improve rendering Pdf Dynamic XFA Forms Ability to set default font when rendering Diagram documents EMF and DICOM file format rendering support Fixed HTML watermark rendering Full List of Issues Covering all Changes in this Release Key Summary Category WEB-1084 The ability to show and hide PDF layers New Feature VIEWERNET-871 Ability to set default font when rendering Diagram documents New Feature VIEWERNET-851 Implement support of EMF file type....Search Product Solution GroupDocs...each ( function ( index ) { console . log ( index + ": " + $ ( this...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  8. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Search Product Solution GroupDocs...Call method with the sheet index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. GroupDocs.Parser for .NET 18.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.3. Major Features There are the following new features in this release: Ability to extract a formatted text from chm files Ability to extract a text from chm documents by pages Ability to extract topics from chm documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-546 Implement the ability to extract a formatted text from chm files New feature TEXTNET-883 Implement the ability to extract a text from chm documents by pages New feature TEXTNET-884 Implement the ability to extract topics from chm documents New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs...chapter’s title. PageIndex The page index of the text. Null if it is just...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  10. GroupDocs.Conversion for .NET 21.2 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 21.2 Major Features There are 10+ features, improvements and bug-fixes in this release, most notable are: Now can set page margins when converting to wordprocessing documents Improved email to pdf conversions Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑4443 Feature Option to set page margins when converting to wordprocesing CONVERSIONNET‑4444 Feature Conversion from Email to Pdf to respect page size and margins from convert options CONVERSIONNET‑4448 Improvement Make GetPossibleConversions case insensitive for provided file extension CONVERSIONNET‑4220 Fix Webp conversion issue CONVERSIONNET‑4265 Fix Change page size or line break when converting EML to PDF CONVERSIONNET‑4268 Fix Resultant PDF isn’t opening properly in Adobe Acrobat CONVERSIONNET‑4341 Fix Visio to PDF conversion issue CONVERSIONNET‑4373 Fix No table of contents entries found CONVERSIONNET‑4429 Fix Html to XLS conversion issue CONVERSIONNET‑4435 Fix Tsv to Xls exception: Invalid row Index CONVERSIONNET‑4437 Fix Pdf to Csv - only the first pdf page is converted CONVERSIONNET‑4452 Fix Transparency lost when converting from psd Public API and Backward Incompatible Changes None...Search Product Solution GroupDocs...Xls exception: Invalid row index CONVERSIONNET‑4437 Fix Pdf to...

    docs.groupdocs.com/conversion/net/groupdocs-con...