Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 183,241 for

doc

(0.23 sec)
  1. 档案

    档案...TIFF # 您可能需要对 Word 文档(例如 DOCX、DOC、RTF 等)执行的一项有用操作是转换为图像文件。例如,如...Words-for-.NET // 将文档另存为多页 TIFF。 doc.Save(dataDir + "TestFile Multipage...

    blog.aspose.com/zh/words/aspose-words-for-cpp-1...
  2. FAQ|Aspose.Words for C++

    Aspose.Words for C++ answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....popular document formats such as DOC, DOCX, HTML, Markdown, PDF, XML...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    docs.aspose.com/words/cpp/faq/
  3. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF Documents with Aspose.PDF for Java....{ Document doc = new Document (); Page page = doc . getPages...setPartialName ( "radio" ); doc . getForm (). add ( rf , 1 );...

    docs.aspose.com/pdf/java/create-forms/
  4. Java API to Export CGM to PCL | products.aspose...

    Convert CGM to PCL using on premise Java API...is to render the CGM file to DOC using Aspose.PDF for Java. Aspose...files to DOC. Once the CGM file has been rendered to DOC, the second...

    products.aspose.com/total/java/conversion/cgm-t...
  5. Building Reports in C#|Aspose.Words for .NET

    Learn how to build reports a template using LINQ in C#.... Document doc = ... // Loading a template document...ReportingEngine (); engine . BuildReport ( doc , dataSet , “ ds ” ); Given a...

    docs.aspose.com/words/net/building-reports/
  6. DOCX to XPS conversion issue with content posit...

    Hi, I have application that uses Aspose.Words for .Net for many thing, among others for conversion Doc files to XPS. I am using SQL ReportServer for generation of Doc files. Doc files are converted to XPS using Aspose,…...among others for conversion doc files to XPS. I am using SQL...ReportServer for generation of Doc files. Doc files are converted to...

    forum.aspose.com/t/docx-to-xps-conversion-issue...
  7. Splitter.create method | Aspose.Words for Python

    Splitter.create method. Creates new instance of the splitter processor.... doc = MY_DIR + 'Big document.docx'...splitter_context ) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Vba::VbaProject::get_IsProtected...

    Aspose::Words::Vba::VbaProject::get_IsProtected method. Shows whether the VbaProject is password protected in C++.... auto doc = System :: MakeObject < Aspose...protected.docm" ); ASSERT_TRUE ( doc -> get_VbaProject () -> get_IsProtected...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. TableStyle.RowStripe | Aspose.Words for .NET

    Discover the TableStyle RowStripe property to easily customize odd/even row banding for enhanced table readability and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can configure a conditional...

    reference.aspose.com/words/net/aspose.words/tab...
  10. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a Document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...void BuildingBlockBug() { var doc = new Document(); var glossaryDoc...glossaryDoc = new GlossaryDocument(); doc.GlossaryDocument = glossaryDoc;...

    forum.aspose.com/t/cannot-append-text-to-tables...