Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 224,718 for

new

(0.61 sec)
  1. Compress Images in PHP|Aspose.Words for Java

    Compress Images using PHP....docx" ; $ messageFormat = new Java ( "java.text.MessageFormat"...die ( "I M HERE" ); $ doc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/compress-images-in-php/
  2. Aspose.PDF for Java 25.12 replaces Aptos during...

    Hello, I am investigating a font substitution behavior with Aspose.PDF for Java 25.12 during PDF → PDF/A-1A conversion. What seems wrong The source PDF already contains embedded Aptos fonts, but Aspose still triggers a…...add(new SimpleFontSubstituti("Aptos"...FontRepository.getSources().add(new FolderFontSource(interFontDirectory));...

    forum.aspose.com/t/aspose-pdf-for-java-25-12-re...
  3. 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...
  4. 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...
  5. PDFConverter - Error on GetNextImage - Paramete...

    I have several PDF files I am trying to convert to PNG. Many of them work but many do not. I am calling PdfConverter.GetNextImage and getting a Parameter Not Valid Error. I will attach a code sample below. The file T…... converter = New PdfConverter() converter.BindPdf(tempFilePath)...thumbnailFileName) End Try End If M731-48832-New-Build-Postcard_v03-ma.pdf (634...

    forum.aspose.com/t/pdfconverter-error-on-getnex...
  6. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...Vector4 [] controlPoints = new Vector4 [] { new Vector4 ( - 5.0 , 0..., 1.0 ), new Vector4 ( 5.0 , 0.0 , 5.0 , 1.0 ), new Vector4 (...

    docs.aspose.com/3d/zh/net/create-3d-mesh-and-sc...
  7. 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...
  8. Simple chat|Documentation

    Send messages to Aspose.LLM for .NET without managing sessions yourself — the engine creates and tracks a session implicitly....Presets ; var license = new Aspose . LLM . License (); license..."Aspose.LLM.lic" ); var preset = new Qwen25Preset (); using var api...

    docs.aspose.com/llm/net/use-cases/simple-chat/
  9. StyleCollection.Item | Aspose.Words for .NET

    Discover StyleCollection's powerful Item property to effortlessly retrieve styles by name or alias, enhancing your design experience with ease!... Document doc = new Document ( MyDir + "Rendering...styles collection. Document doc = new Document (); StyleCollection...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Document | Aspose.Words for Java

    Represents a Word document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...a database DataTable table = new DataTable("Test"); table.getColumns()...

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