Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 213,512 for

new

(0.1 sec)
  1. DigitalSignatureCollection.Item | Aspose.Words ...

    Retrieve document signatures easily with DigitalSignatureCollection. Access signatures by index for streamlined document management and enhanced efficiency.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  2. Fill.PresetTexture | Aspose.Words for .NET

    Discover how to set the PresetTexture property effortlessly and enhance your designs with stunning fill options. Unlock your creative potential today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  3. OdtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.ODT or SaveFormat.OTT format in Java.... Document doc = new Document(getMyDir() + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. How to Compress the PPTX Files Generated with A...

    Hi Aspose forum We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work. server.compression.enabled=true s…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat.XLSX);...Exception { Workbook workbook = new Workbook(); Worksheet sheet =...

    forum.aspose.com/t/how-to-compress-the-pptx-fil...
  5. ChartMultilevelValue class | Aspose.Words for P...

    aspose.words.drawing.charts.ChartMultilevelValue class. Represents a value for charts that display multilevel data....level2, level3) Initializes a new instance of this class that represents...vel1, level2) Initializes a new instance of this class that represents...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Set PDF File Information in Ruby|Aspose.PDF for...

    Programmatically define and update PDF metadata like title, author, and keywords using Ruby.... new ( data_dir + "input1.pdf" ) #...( ' java . util . Date ' ). new ) doc_info . setKeywords ( "Aspose...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  7. FontSavingArgs.italic property | Aspose.Words f...

    FontSavingArgs.italic property. Indicates whether the current font is italic....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Merge materials and split mesh in sub-meshes ba...

    We are working with huge 3D mesh objects and are evaluating the Aspose library. We Aspose reads the obj or fbx files we get 1 Mesh ChildNode with a million materials. When using Assimp we get 4 meshes and 4 materials. H…...Create new sub-meshes : For each unique texture, create a new mesh...Load the 3D model Scene scene = new Scene(); scene.Open(filePath);...

    forum.aspose.com/t/merge-materials-and-split-me...
  9. Encrypting Files in PHP|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....Cells Helper Object $ptr = new \COM ( 'Aspose.Cells.Interop...file path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/encrypting-files-in-php/
  10. During Email to PDF export, part of the inline ...

    I am using Aspose Total 24.4.1 Our code for Email2PDF is public static void email2pdf(final String emailFilename, final String targetPDFname, final Properties properties) throws Exception { final MailMessa…...MhtSaveOptions mhtSaveOptions = new MhtSaveOptions(); mhtSaveOptions...mhtSaveOptions); final Document document = new Document(temp); document.getSections()...

    forum.aspose.com/t/during-email-to-pdf-export-p...