For information about licensing, I suggest you to consult Aspose.Purchase forum for your further kind reference. Can you please also elaborate the DELINE? What actually you meant by this.
It is a diagram that shows all the cut lines and folds of a package in flattered form. So while converting the DXF to PDF we should retain the dieline information from the DXF and with that layer should convert it in PDF.
Thanks for contacting us. Here is following option to set up only specific layers
rasterizationOptions.Layers = new string[3];
rasterizationOptions.Layers[0] = “Print”;
rasterizationOptions.Layers[1] = “L1_RegMark”;
rasterizationOptions.Layers[2] = “L2_RegMark”;
and following is useful to get list of all available layers.
rasterizationOptions.Layers = cadImage.Layers.GetLayersNames().ToArray();
hi, any update on this issue. I can only go for licensing if this issue has been resolved.
I like to inform that we are working on this issue and will share good news with you soon.