Search found 5 matches

by DeltaPi
Mon Mar 07, 2016 4:29 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to change the DPI with the API
Replies: 9
Views: 4125

Re: How to change the DPI with the API

Our customer want to change the DPI from 300 to 1200.

Can I do this with a downsample?
by DeltaPi
Mon Mar 07, 2016 4:11 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to change the DPI with the API
Replies: 9
Views: 4125

Re: How to change the DPI with the API

The question is, how can I change the DPI.

Revit use the "Graphics Resolution" on the "Paper" settings.
by DeltaPi
Mon Mar 07, 2016 3:45 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to change the DPI with the API
Replies: 9
Views: 4125

Re: How to change the DPI with the API

Add a zip with 6 files.
3 files generated with the print from revit:
dpi-test.####.pdf

3 files generated with the api from revit:
dpi-test.rvt_A5-####.pdf

There are 3 DPI's used: 72/300/1200.
by DeltaPi
Tue Mar 01, 2016 12:05 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to change the DPI with the API
Replies: 9
Views: 4125

Re: How to change the DPI with the API

Current i am running a test: CPXCPrinter.Option[General.Specification]=7 CPXCPrinter.Option[Graphics.Color.Convert.Method]=1 CPXCPrinter.Option[Graphics.Indexed.Convert.Method]=1 CPXCPrinter.Option[Graphics.MonoAndDrawings.Convert.Method]=1 CPXCPrinter.Option[Save.File]=C:\Users\hk\AppData\Local\Tem...
by DeltaPi
Tue Mar 01, 2016 10:53 am
Forum: PDF-XChange Drivers API SDK
Topic: How to change the DPI with the API
Replies: 9
Views: 4125

How to change the DPI with the API

Hi,

I am trying to change the DPI with the api with Option["DevMode.DPI"] but this give no effect.

the build is 5.5 315 and the dev.env. VS 2012 C#.

Within the documentation there is no description of how to set the DPI.

Can you help with this.