Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 223,228 for

new

(0.45 sec)
  1. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(); scene.open(file, FileFormat..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/usdz/
  2. Converting a DICOM file to PDF using PHP | Aspo...

    Sample code on PHP for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input DICOM image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/dic...
  3. PCL to PDF Merge using Java | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PCL file to new PDF...

    products.aspose.com/pdf/java/merger/pcl-to-pdf/
  4. When converting docx to html using aspose .net ...

    using var stream = New MemoryStream(); HtmlSaveOptions options = New HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...stream = new MemoryStream(); HtmlSaveOptions options = new HtmlS...var doc = new Document("input.docx"); var stream = new MemoryStream();...

    forum.aspose.com/t/when-converting-docx-to-html...
  5. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for JavaScript via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....the position or size of the new or existing chart inside the...chart with new height and width or re-position it with new X and Y...

    docs.aspose.com/cells/javascript-cpp/manipulate...
  6. Download archive from ASP.NET web application i...

    C# Zip library lets you to reduce or compress data size which is helpful for your ASP.NET or .NET web application to transfer the files on the internet quickly....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/download-archive-from-a...
  7. HtmlSaveOptions.FontResourcesSubsettingSizeThre...

    Optimize your HTML, MHTML, or EPUB files with the FontResourcesSubsettingSizeThreshold property, ensuring efficient font resource management. Default, 0....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Times New Roman" ; builder . Writeln (...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Printing via Aspose Words for .Net Core - Free ...

    We are trying to create a server sided component that would print word documents using Aspose Words using.Net Core 8.0. Trying to follow the documentation from following resources but could not find the classes or the me…...printer = new DocumentPrinter(); Document doc = new Document(...mPageIndex = 0; PrintDocument pd = new PrintDocument(); pd.PrintPage...

    forum.aspose.com/t/printing-via-aspose-words-fo...
  9. 如何使用JavaScript通过C++应用/设置文本框的文本对齐方式|Documentation

    如何在Aspose.Cells for Java脚本中通过C++应用/设置文本框的文本对齐方式...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } const worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/applyin...
  10. Find an replace with multiple line - Free Suppo...

    Hi I need to replace a text in pdf with multiple lines , example test1 => test1 test2 test3. i tried to add \n but it does not work. It adds space like test1 test2 test3. we are using TextFragmentAbsorber to find…...find the text and then set the new text with line breaks. However...setText method to include the new lines. Here’s an example of how...

    forum.aspose.com/t/find-an-replace-with-multipl...