Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 196,920 for

new

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

    Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...document. BuildingBlock block = new BuildingBlock(glossaryDoc); block...

    reference.aspose.com/words/java/com.aspose.word...
  2. Extract Table Data from PDF|Aspose.PDF for Java

    Learn how to extract tabular from PDF using Aspose.PDF for Java... Document pdfDocument = new com . aspose . pdf . Document...pdf . TableAbsorber absorber = new com . aspose . pdf . TableAbsorber...

    docs.aspose.com/pdf/java/extract-data-from-tabl...
  3. Aspose.CAD를 사용할 때 monochrome.ctb 설정 - Free Supp...

    안녕하세요 현재 Aspose.CAD for .NET(버전 25.7.0)을 사용하여 CAD 도면을 PDF 파일로 변환하고 있습니다. 제 목표는 'monochrome.ctb’플롯 스타일을 적용하여 출력이 흑백으로 표시되고 원래의 레이어 기반 선가중치가 올바르게 유지되도록 하는 것입니다. 몇 가지 질문이 있는데 Aspose.CAD는 현재 내보내기 중에 실제 ‘monochrome.ctb’ …...PDF options var pdfOptions = new CadRasterizationOpti { PlotStyle...cadImage.Save("output.pdf", new PdfOptions { VectorRasterizationO...

    forum.aspose.com/t/aspose-cad-monochrome-ctb/31...
  4. 在 PostScript 中使用渐变 | .NET

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 .NET 中使用该功能...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/ps/working-with-gra...
  5. PclSaveOptions.FallbackFontName | Aspose.Words ...

    Discover the PclSaveOptions FallbackFontName property, ensures seamless printing with a default font when your desired font isn't available....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PclSaveOptions saveOptions = new PclSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Concatenate PDF documents in C#|Aspose.PDF for ...

    This section explains how to concatenate PDF documents with Aspose.PDF Facades using PdfFileEditor class....PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pfe = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/net/concatenate-pdf-documents/
  7. IHyphenationCallback | Aspose.Words for Java

    Implemented by classes which can register hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert JPG To PDF C#

    Convert JPG to PDF format in C# code. Save JPG as PDF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  9. OoxmlSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with OoxmlSaveOptions! Easily set a password for encryption using the ECMA376 Standard for enhanced data protection....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...