Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 10,538 for

join documents

(0.24 sec)
  1. 使用 Python 将 MHT 文件转换为 XLS | Aspose.PDF

    Python 上用于 MHT 到 XLS 转换的示例代码。使用 Python 和.NET 将 MHT 批量转换为 XLS 使用示例代码...Document () 将输入的 PDF 文件加载到文档对象中。加载的文档将用于处理和保存为其他格式。...import path path_infile = path . join ( self . data_dir , infile )...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  2. 使用 Python 將 SVG 文件轉換為 GIF | Aspose.PDF

    SVG 到 GIF 轉換的 Python 示例代碼片段。 檢查使用 Python 和 .NET 將 SVG 批量轉換為 GIF 的示例代碼... join ( self . data_dir , infile )...) path_outfile = path . join ( self . data_dir , outfile ) load_options...

    products.aspose.com/pdf/zh-hant/python-net/conv...
  3. Vectorisation d'images – Exemples de code Python

    Apprenez à vectoriser des images en Python. Considérez les fonctionnalités de vectorisation d’image et l’effet des propriétés de configuration sur le résultat.... join (input_folder, src_file)) as document: 25 output_file...path . join (output_folder, output_file) 26 document. save (output_file)...

    docs.aspose.com/svg/fr/python-net/vectorize-ima...
  4. 使用 Python 將 MHTML 文件轉換為 JPEG | Aspose.PDF

    MHTML 到 JPEG 轉換的 Python 示例代碼片段。 檢查使用 Python 和 .NET 將 MHTML 批量轉換為 JPEG 的示例代碼...Document () 将输入的 PDF 文件加载到文档对象中。加载...FileIO path_infile = path . join ( self . data_dir , infile )...

    products.aspose.com/pdf/zh-hant/python-net/conv...
  5. Stroke.weight property | Aspose.Words for Python

    Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points.... Document () builder = aw . DocumentBuilder...SHORT_DASH_DOT_DOT stroke . join_style = aw . drawing . JoinStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeLineStyle enumeration | Aspose.Words for P...

    aspose.words.drawing.ShapeLineStyle enumeration. Specifies the compound line style of a [Shape](../shape/).... Document () builder = aw . DocumentBuilder...SHORT_DASH_DOT_DOT stroke . join_style = aw . drawing . JoinStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Python를 사용하여 MHT 파일을 XLSX로 변환합니다 | Aspose.PDF

    MHT 을 XLSX 로 변환하기 위한 파이썬 샘플 코드입니다.Python과.NET을 사용하여 일괄 MHT 을 XLSX 로 변환하는 예제 코드를 사용하십시오...DOCument()를 사용하여 입력된 PDF 파일을 Document 객체에 로드합니다.로드된...import path path_infile = path . join ( self . data_dir , infile )...

    products.aspose.com/pdf/ko/python-net/conversio...
  8. Python를 사용하여 MHTML 파일을 SVG로 변환합니다 | Aspose.PDF

    MHTML 을 SVG 로 변환하기 위한 파이썬 샘플 코드입니다.Python과.NET을 사용하여 일괄 MHTML 을 SVG 로 변환하는 예제 코드를 사용하십시오... PDF 파일을 로드하기 위한 Document 클래스를 포함하여 aspose.pdf 라이브러리에서...사용됩니다. apdf.DOCument()를 사용하여 입력된 PDF 문서를 Document 객체에 로드합니다.로드된...

    products.aspose.com/pdf/ko/python-net/conversio...
  9. 목록 상자 채우기|Aspose.PDF for Python via .NET

    이 예제는.NET을 통해 Python용 Aspose.PDF 를 사용하여 PDF 양식의 목록 상자와 다중 선택 필드를 프로그래밍 방식으로 채우는 방법을 보여줍니다.PDF 문서를 바인딩하고, 목록 기반 양식 필드 내에서 값을 선택하고, 업데이트된 파일을 저장하는 방법을 보여줍니다.... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/ko/python-net/fill-list-box/
  10. XFDF로 내보내기|Aspose.PDF for Python via .NET

    이 예제에서는.NET을 통해 Python용 Aspose.PDF 파일을 사용하여 PDF 양식 필드 데이터를 XFDF (XML 양식 데이터 형식) 파일로 내보내는 방법을 보여줍니다.PDF 양식을 로드하고, 양식 파사드를 통해 해당 필드에 액세스하고, 추출된 값을 XFDF 스트림에 저장하는 방법을 보여줍니다.... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/ko/python-net/export-to-xfdf/