Sort Score
Result 10 results
Languages All
Labels All
Results 7,771 - 7,780 of 214,458 for

new

(0.15 sec)
  1. ParagraphAlignment | Aspose.Words for Java

    Specifies text alignment in a paragraph in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...
  2. UpdateMessage command removes embedded messages...

    We are testing with aspose.email 24.9 (Files attached) TestPSTandEML.zip (23.2 KB) using Aspose.Email; using Aspose.Email.Mapi; using Aspose.Email.Storage.Pst; var asposeLicense = New License(); var pstFilePath = a…...Pst; var asposeLicense = new License(); var pstFilePath =...SetAsposeLicense() { asposeLicense.SetLicense(new MemoryStream(File.ReadAllByt...

    forum.aspose.com/t/updatemessage-command-remove...
  3. Strip FNC|Documentation

    Learn how to control function code (FNC) characters in Code 128 and GS1-128 recognition using the StripFNC parameter....settings: BarCodeReader reader = new BarCodeReader ( path , DecodeType...BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/java/developer-guide/ba...
  4. Aspose.Words: Converting a Word document to HTM...

    Aspose version: Aspose Words.NET version 23.6.0 We are using Aspose.Words to convert a Word Document (docx) to HTML by simply saving the loaded docx (loaded into Aspose.Words.Document) as HTML. The document can contain…...base64 using (MemoryStream ms = new MemoryStream()) { args.Image...StringBuilder chunkedBase64 = new StringBuilder(); for (int i =...

    forum.aspose.com/t/aspose-words-converting-a-wo...
  5. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  6. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...simple code: Document doc = new Document(@"C:\Temp\in.html");...var myDoc = new Aspose.Words.Document(htmlStream, new Aspose.Words...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  7. Archive

    archives... Create a New Bitmap in Java 2. Create Bitmap...--> </dependency> 1. Create a New Bitmap in Java # To create a...

    blog.aspose.com/drawing/create-load-fill-and-dr...
  8. 改变平面方向|Documentation

    Aspose.3D for Node.js via Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。...Initialize Scene var scene = new aspose . threed . Scene (); //...Initialize Plane var plane = new aspose . threed . Plane (); //...

    docs.aspose.com/3d/zh/nodejs-java/changing-plan...
  9. Entities with SAT/SAB structure|CAD 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....CadRasterizationOpti rasterizationOptions = new CadRasterizationOpti (); rasterizationOptions...Layouts = new string [] { "Model" }; PdfOptions pdfOptions = new PdfOptions...

    docs.aspose.com/cad/net/developer-guide/entitie...
  10. Merge PDF Documents using PHP | Aspose.PDF

    Combine various PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java...// Open document $document = new Document ( $inputFile ); // Open...first document $document1 = new Document ( $inputFile1 ); //...

    products.aspose.com/pdf/php-java/merger/