Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 212,913 for

new

(0.08 sec)
  1. Working with Hyperlinks | Aspose.Note Documenta...

    A comprehensive guide on creating and managing hyperlinks within your Java development projects....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-hyperlinks/
  2. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = New ByteArrayOutputStream()) { PdfSaveOpti…...(ByteArrayOutputStrea bos = new ByteArrayOutputStrea()) { PdfSaveOptions...PdfSaveOptions pdfOptions = new PdfSaveOptions(); pdfOptions.s...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  3. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...an error. Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/com...
  4. AiModel | Aspose.Words for Java

    An abstract class representing the integration with various AI models within the Aspose.Words in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java…...buff = new byte[is.available()]; is.read(buff); ency td = new ency();...decrypt(buff); OutputStream outStream = new FileOutputStream( System.getProperty("java...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  6. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...out an error. let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PSB Зменшити розмір рішення | products.aspose.com

    Зменшити розмір PSD файлів...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/ua/reduce-size/psb/
  8. Rješenje za smanjenje veličine PSB | products.a...

    Smanjite veličinu PSD datoteka...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cr/reduce-size/psb/
  9. VbaModuleType | Aspose.Words for Java

    Specifies the type of a model in a VBA project in Java....Document doc = new Document(); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject(); project.setName("Aspose...

    reference.aspose.com/words/java/com.aspose.word...
  10. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java.... Document doc = new Document(getMyDir() + "Paragraphs...PsSaveOptions saveOptions = new PsSaveOptions(); { saveOptions...

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