<?xml version="1.0" ?>
<PdfExportSettings>

  <DocumentSettings>
<!-- Title for the PDF file -->
    <Title>Sample Drawing</Title>
<!-- Author of the PDF file -->
    <Author>John Doe</Author>
<!-- Subject of the PDF file -->
    <Subject>Architectural Project</Subject>
<!-- Keywords for the PDF file -->
    <Keywords>project, building, architecture</Keywords>
<!-- Creator of the PDF file -->
    <Creator>ODA PDF Export Example</Creator>
<!-- Producer of the PDF file -->
    <Producer>ODA PDF Export</Producer>
<!-- Version of the format of the PDF file - see PDFVersion.h -->
    <PdfVersion>0</PdfVersion>
<!-- PDF/A format mode: possible values None|1b|2b|3b -->
    <Archived>None</Archived>
 </DocumentSettings>

  <SecuritySettings>
<!-- User password for the PDF file -->
    <UserPassword></UserPassword>
<!-- Owner password for the PDF file -->
    <OwnerPassword></OwnerPassword>
<!-- Access permission flags for the PDF file - see PDFAccessPermissionsFlags enum in PdfExportParams.h -->
    <Permissions></Permissions>
  </SecuritySettings>

  <PageSettings>
    <SourceFiles>
      <SourceFile path="C:\Drawing1.dwg">
        <Layouts>
<!-- Layouts list. If not present, only active layout will be exported -->
          <Layout>Model</Layout>
          <Layout>Layout1</Layout>
          <Layout>Layout2</Layout>
        </Layouts>
      </SourceFile>
      <SourceFile path="C:\Drawing2.dwg">
      </SourceFile>
      <SourceFile path="C:\Drawing3.dwg">
        <Layouts>
          <Layout>Layout1/Layout>
          <Layout>Layout2</Layout>
        </Layouts>
      </SourceFile>
    </SourceFiles>
    
<!-- Pages section usable in case of ZoomToExtents section is true -->
<!-- Total count of pages (if present) should correspond the total count of layouts above -->
<!-- In case of ZoomToExtents section is true but Pages section is not present the default values (A4) will be used -->
    <Pages>
      <Page>
        <PaperWidth>297</PaperWidth>
        <PaperHeight>210</PaperHeight>
        <TopMargin>10</TopMargin>
        <BottomMargin>10</BottomMargin>
        <LeftMargin>15</LeftMargin>
        <RightMargin>15</RightMargin>
      </Page>
      <Page>
        <PaperWidth>297</PaperWidth>
        <PaperHeight>210</PaperHeight>
      </Page>
      <Page>
        <PaperWidth>297</PaperWidth>
        <PaperHeight>420</PaperHeight>
      </Page>
      <Page>
        <PaperWidth>297</PaperWidth>
        <PaperHeight>210</PaperHeight>
      </Page>
      <Page>
        <PaperWidth>297</PaperWidth>
        <PaperHeight>210</PaperHeight>
      </Page>
    </Pages>
  </PageSettings>

  <GeneralSettings>
    <EmbeddedTTF>false</EmbeddedTTF>
    <TTFasGeometry>false</TTFasGeometry>
    <SHXasGeometry>false</SHXasGeometry>
    <SimpleGeomOptimization>false</SimpleGeomOptimization>
    <EnableLayers>true</EnableLayers>
    <ExportOffLayers>false</ExportOffLayers>
    <EmbeddedOptimizedTTF>false</EmbeddedOptimizedTTF>
    <UseHLR>true</UseHLR>
    <Encoded>false</Encoded>
    <HEXEncoded>false</HEXEncoded>
    <ExportHyperlinks>true</ExportHyperlinks>
    <ZoomToExtents>true</ZoomToExtents>
    <Linearized>false</Linearized>
    <MergeColors>false</MergeColors>
    <EnableMeasuring>false</EnableMeasuring>
<!-- Possible values None|SHX|TTF|ALL -->
    <SearchableText>None</SearchableText>
<!-- Possible values PdfPaths|Bitmap|Drawing|Polygons -->
    <ExportSolidHatches>PdfPaths</ExportSolidHatches>
<!-- Possible values Bitmap|Drawing -->
    <ExportGradientHatches>Bitmap</ExportGradientHatches>
<!-- Possible values None|Mono|Grayscale -->
    <ColorPolicy>None</ColorPolicy>
    <ExportGeoData>false</ExportGeoData>
    <UseGsCache>false</UseGsCache>
<!-- Usable in case of UseGsCache section is true -->
    <UseParallelVectorization>false</UseParallelVectorization>
<!-- Usable in case of UseGsCache section is true -->
    <ExportBlocksAsPdfBlocks>false</ExportBlocksAsPdfBlocks>
<!-- Usable in case of UseGsCache and ExportBlocksAsPdfBlocks sections are true -->
    <ExportXRefsAsPdfBlocks>false</ExportXRefsAsPdfBlocks>
    <SearchableTextAsHiddenText>false</SearchableTextAsHiddenText>
    <SearchableTextInShadedViewport>false</SearchableTextInShadedViewport>
    <EnableBookmarks>true</EnableBookmarks>
    <StopOnError>true</StopOnError>
  </GeneralSettings>
  
  <QualitySettings>
    <VectorResolution>600</VectorResolution>
    <ColorImageResolution>300</ColorImageResolution>
    <BWImageResolution>300</BWImageResolution>
    <HatchesImageResolution>150</HatchesImageResolution>
    <ImageCropping>true</ImageCropping>
    <ImageUpscale>false</ImageUpscale>
    <DCTCompression>true</DCTCompression>
    <DCTQuality>75</DCTQuality>
<!-- Possible values OnePiece|Tiles|Strips -->
    <ShadedViewportExportMode>OnePiece</ShadedViewportExportMode>
    <ShadedViewportDCTCompression>true</ShadedViewportDCTCompression>
    <ShadedViewportBackgroundTransparency>false</ShadedViewportBackgroundTransparency>
    <MonochromeImagesAsMask>false</MonochromeImagesAsMask>
    <Mode720DPI>false</Mode720DPI>
  </QualitySettings>

  <OtherSettings>
    <SeparatePdfForEachLayout>false</SeparatePdfForEachLayout>
    <OutputFile> C:\exported_document.pdf </OutputFile>
  </OtherSettings>

</PdfExportSettings>