Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 214,432 for

new

(0.17 sec)
  1. DocSaveOptions.password property | Aspose.Words...

    DocSaveOptions.password property. Gets/sets a password to encrypt document using RC4 encryption method....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...Main() { Document pdfDocument = new Document(); Page page1 = pdfDocument...Add(); TextFragment text1 = new TextFragment("This is the first...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  3. Insert Image using Apache POI and Aspose.Words|...

    Add image into a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...class ); XWPFDocument doc = new XWPFDocument (); XWPFParagraph...

    docs.aspose.com/words/java/insert-image-using-a...
  4. PageLayoutCallbackArgs.Event | Aspose.Words for...

    Discover the PageLayoutCallbackArgs event property to enhance your application's functionality. Unlock seamless event handling for better performance....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  5. Working with Visio Shape Data|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Data Contents [ Hide ] Adding a New Shape in Visio Aspose.Diagram...the things you can do is add new shapes to a diagrams. Aspose...

    docs.aspose.com/diagram/java/working-with-visio...
  6. Convert PowerPoint Presentations to HTML in PHP...

    Convert PowerPoint presentations to responsive HTML in PHP. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....presentation to HTML while using the new CSS style. Using its own API...a presentation file $pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the PHP Modern API for seamless PowerPoint and OpenDocument automation....typical scenario of using the new API may look as follows: use...aspose\slides\Images ; $pres = new Presentation (); # instantiate...

    docs.aspose.com/slides/php-java/modern-api/
  8. Working with Text Styles | Aspose.Note Document...

    A comprehensive guide on styling text within various net framework applications....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-text-styles/
  9. 从PDF文档中提取表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 使您能够对PDF文档中包含的表格进行各种操作。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Text . TableAbsorber absorber = new Aspose . Pdf . Text . TableAbsorber...

    docs.aspose.com/pdf/zh/net/extract-table-from-e...
  10. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...